#39180A

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

Shades of Brown Pod #39180A

Tints of Brown Pod #39180A

Color information

#39180A (or 0x39180A) is unknown color: approx Brown Pod. HEX triplet: 39, 18 and 0A. RGB value is (57,24,10). Sum of RGB (Red+Green+Blue) = 57+24+10=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #39180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39180A is #C6E7F5. Grayscale: #202020. Windows color (decimal): -13035510 or 661561. OLE color: 661561.

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

Color convert

RGB572410-
CMYK00.580.820.78
HSL17.87º70.15%13.14%-
HSV(B)17.87º82.46%22.35%-
XYZ2.071.550.48-
YUV32.27115.43145.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=62.64%
G=26.37%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57241000.580.820.7817.8770.1513.14
Hex3918A03A524E1246d
Octal7130120721221162210615
Binary1110011100010100111010101001010011101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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