#39180C

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

Shades of Brown Pod #39180C

Tints of Brown Pod #39180C

Color information

#39180C (or 0x39180C) is unknown color: approx Brown Pod. HEX triplet: 39, 18 and 0C. RGB value is (57,24,12). Sum of RGB (Red+Green+Blue) = 57+24+12=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #39180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39180C is #C6E7F3. Grayscale: #202020. Windows color (decimal): -13035508 or 792633. OLE color: 792633.

HSL color Cylindrical-coordinate representation of color #39180C: hue angle of 16º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39180C is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB572412-
CMYK00.580.790.78
HSL16º65.22%13.53%-
HSV(B)16º78.95%22.35%-
XYZ2.081.550.54-
YUV32.5116.43145.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=61.29%
G=25.81%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57241200.580.790.781665.2213.53
Hex3918C03A4F4E1041e
Octal7130140721171162010116
Binary1110011100011000111010100111110011101000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39180C; }

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

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

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

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

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

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

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

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