#392217

Color #392217 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #392217

Tints of Brown Pod #392217

Color information

#392217 (or 0x392217) is unknown color: approx Brown Pod. HEX triplet: 39, 22 and 17. RGB value is (57,34,23). Sum of RGB (Red+Green+Blue) = 57+34+23=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392217 is #C6DDE8. Grayscale: #272727. Windows color (decimal): -13032937 or 1516089. OLE color: 1516089.

HSL color Cylindrical-coordinate representation of color #392217: hue angle of 19.41º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #392217 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB573423-
CMYK00.400.600.78
HSL19.41º42.5%15.69%-
HSV(B)19.41º59.65%22.35%-
XYZ2.412.081.08-
YUV39.62118.62140.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=50%
G=29.82%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57342300.400.600.7819.4142.515.69
Hex3922170283C4E132a10
Octal71422705074116235220
Binary11100110001010111010100011110010011101001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392217; }

 p { color: rgb(57,34,23); }

 H1.HeaderClassName
 {
   color: #392217;
 }
 .AnyTagClassName
 {
   color: #392217;
 }
</style>
background-color css

<style>
 a { background-color: #392217; }

 a { background-color: rgb(57,34,23); }

 div.DivClassName
 {
   background-color: #392217;
 }
 .BgClassName
 {
   background-color: #392217;
 }
</style>
border-color css

<style>
 span { border-color: #392217; }

 span { border-color: rgb(57,34,23); }

 td.TdClassName
 {
   border-color: #392217;
 }
 .TagClassName
 {
   border-color: #392217;
 }
</style>