#39170E

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

Shades of Brown Pod #39170E

Tints of Brown Pod #39170E

Color information

#39170E (or 0x39170E) is unknown color: approx Brown Pod. HEX triplet: 39, 17 and 0E. RGB value is (57,23,14). Sum of RGB (Red+Green+Blue) = 57+23+14=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #39170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39170E is #C6E8F1. Grayscale: #202020. Windows color (decimal): -13035762 or 923449. OLE color: 923449.

HSL color Cylindrical-coordinate representation of color #39170E: hue angle of 12.56º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39170E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB572314-
CMYK00.600.750.78
HSL12.56º60.56%13.92%-
HSV(B)12.56º75.44%22.35%-
XYZ2.071.510.6-
YUV32.14117.76145.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 14 (5.86% from 255) = 14.89%
R=60.64%
G=24.47%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57231400.600.750.7812.5660.5613.92
Hex3917E03C4B4Ed3de
Octal712716074113116157516
Binary11100110111111001111001001011100111011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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