#392218

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

Shades of Brown Pod #392218

Tints of Brown Pod #392218

Color information

#392218 (or 0x392218) is unknown color: approx Brown Pod. HEX triplet: 39, 22 and 18. RGB value is (57,34,24). Sum of RGB (Red+Green+Blue) = 57+34+24=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392218 is #C6DDE7. Grayscale: #272727. Windows color (decimal): -13032936 or 1581625. OLE color: 1581625.

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

Color convert

RGB573424-
CMYK00.400.580.78
HSL18.18º40.74%15.88%-
HSV(B)18.18º57.89%22.35%-
XYZ2.422.081.14-
YUV39.74119.12140.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=49.57%
G=29.57%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57342400.400.580.7818.1840.7415.88
Hex3922180283A4E122910
Octal71423005072116225120
Binary11100110001011000010100011101010011101001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392218; }

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

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

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

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

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

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

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

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