#39150A

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

Shades of Brown Pod #39150A

Tints of Brown Pod #39150A

Color information

#39150A (or 0x39150A) is unknown color: approx Brown Pod. HEX triplet: 39, 15 and 0A. RGB value is (57,21,10). Sum of RGB (Red+Green+Blue) = 57+21+10=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #39150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39150A is #C6EAF5. Grayscale: #1E1E1E. Windows color (decimal): -13036278 or 660793. OLE color: 660793.

HSL color Cylindrical-coordinate representation of color #39150A: hue angle of 14.04º 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 #39150A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB572110-
CMYK00.630.820.78
HSL14.04º70.15%13.14%-
HSV(B)14.04º82.46%22.35%-
XYZ2.011.430.46-
YUV30.51116.43146.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=64.77%
G=23.86%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57211000.630.820.7814.0470.1513.14
Hex3915A03F524Ee46d
Octal7125120771221161610615
Binary111001101011010011111110100101001110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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