#39190D

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

Shades of Brown Pod #39190D

Tints of Brown Pod #39190D

Color information

#39190D (or 0x39190D) is unknown color: approx Brown Pod. HEX triplet: 39, 19 and 0D. RGB value is (57,25,13). Sum of RGB (Red+Green+Blue) = 57+25+13=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #39190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39190D is #C6E6F2. Grayscale: #212121. Windows color (decimal): -13035251 or 858425. OLE color: 858425.

HSL color Cylindrical-coordinate representation of color #39190D: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39190D is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB572513-
CMYK00.560.770.78
HSL16.36º62.86%13.73%-
HSV(B)16.36º77.19%22.35%-
XYZ2.111.590.58-
YUV33.2116.6144.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=60%
G=26.32%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57251300.560.770.7816.3662.8613.73
Hex3919D0384D4E103fe
Octal713115070115116207716
Binary111001110011101011100010011011001110100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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