#39190C

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

Shades of Brown Pod #39190C

Tints of Brown Pod #39190C

Color information

#39190C (or 0x39190C) is unknown color: approx Brown Pod. HEX triplet: 39, 19 and 0C. RGB value is (57,25,12). Sum of RGB (Red+Green+Blue) = 57+25+12=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #39190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39190C is #C6E6F3. Grayscale: #212121. Windows color (decimal): -13035252 or 792889. OLE color: 792889.

HSL color Cylindrical-coordinate representation of color #39190C: hue angle of 17.33º 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 #39190C is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB572512-
CMYK00.560.790.78
HSL17.33º65.22%13.53%-
HSV(B)17.33º78.95%22.35%-
XYZ2.11.590.54-
YUV33.09116.1145.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=60.64%
G=26.60%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57251200.560.790.7817.3365.2213.53
Hex3919C0384F4E1141e
Octal7131140701171162110116
Binary1110011100111000111000100111110011101000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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