#39170A

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

Shades of Brown Pod #39170A

Tints of Brown Pod #39170A

Color information

#39170A (or 0x39170A) is unknown color: approx Brown Pod. HEX triplet: 39, 17 and 0A. RGB value is (57,23,10). Sum of RGB (Red+Green+Blue) = 57+23+10=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #39170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39170A is #C6E8F5. Grayscale: #1F1F1F. Windows color (decimal): -13035766 or 661305. OLE color: 661305.

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

Color convert

RGB572310-
CMYK00.600.820.78
HSL16.6º70.15%13.14%-
HSV(B)16.6º82.46%22.35%-
XYZ2.051.50.47-
YUV31.68115.76146.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=63.33%
G=25.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57231000.600.820.7816.670.1513.14
Hex3917A03C524E1146d
Octal7127120741221162110615
Binary1110011011110100111100101001010011101000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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