#39180D

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

Shades of Brown Pod #39180D

Tints of Brown Pod #39180D

Color information

#39180D (or 0x39180D) is unknown color: approx Brown Pod. HEX triplet: 39, 18 and 0D. RGB value is (57,24,13). Sum of RGB (Red+Green+Blue) = 57+24+13=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #39180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39180D is #C6E7F2. Grayscale: #202020. Windows color (decimal): -13035507 or 858169. OLE color: 858169.

HSL color Cylindrical-coordinate representation of color #39180D: hue angle of 15º 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 #39180D is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB572413-
CMYK00.580.770.78
HSL15º62.86%13.73%-
HSV(B)15º77.19%22.35%-
XYZ2.091.550.57-
YUV32.61116.93145.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=60.64%
G=25.53%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57241300.580.770.781562.8613.73
Hex3918D03A4D4Ef3fe
Octal713015072115116177716
Binary11100111000110101110101001101100111011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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