#39190F

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

Shades of Brown Pod #39190F

Tints of Brown Pod #39190F

Color information

#39190F (or 0x39190F) is unknown color: approx Brown Pod. HEX triplet: 39, 19 and 0F. RGB value is (57,25,15). Sum of RGB (Red+Green+Blue) = 57+25+15=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #39190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39190F is #C6E6F0. Grayscale: #212121. Windows color (decimal): -13035249 or 989497. OLE color: 989497.

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

Color convert

RGB572515-
CMYK00.560.740.78
HSL14.29º58.33%14.12%-
HSV(B)14.29º73.68%22.35%-
XYZ2.121.60.65-
YUV33.43117.6144.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=58.76%
G=25.77%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57251500.560.740.7814.2958.3314.12
Hex3919F0384A4Ee3ae
Octal713117070112116167216
Binary11100111001111101110001001010100111011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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