#39180F

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

Shades of Brown Pod #39180F

Tints of Brown Pod #39180F

Color information

#39180F (or 0x39180F) is unknown color: approx Brown Pod. HEX triplet: 39, 18 and 0F. RGB value is (57,24,15). Sum of RGB (Red+Green+Blue) = 57+24+15=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #39180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39180F is #C6E7F0. Grayscale: #202020. Windows color (decimal): -13035505 or 989241. OLE color: 989241.

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

Color convert

RGB572415-
CMYK00.580.740.78
HSL12.86º58.33%14.12%-
HSV(B)12.86º73.68%22.35%-
XYZ2.11.560.64-
YUV32.84117.93145.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=59.38%
G=25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57241500.580.740.7812.8658.3314.12
Hex3918F03A4A4Ed3ae
Octal713017072112116157216
Binary11100111000111101110101001010100111011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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