#39170D

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

Shades of Brown Pod #39170D

Tints of Brown Pod #39170D

Color information

#39170D (or 0x39170D) is unknown color: approx Brown Pod. HEX triplet: 39, 17 and 0D. RGB value is (57,23,13). Sum of RGB (Red+Green+Blue) = 57+23+13=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #39170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39170D is #C6E8F2. Grayscale: #202020. Windows color (decimal): -13035763 or 857913. OLE color: 857913.

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

Color convert

RGB572313-
CMYK00.600.770.78
HSL13.64º62.86%13.73%-
HSV(B)13.64º77.19%22.35%-
XYZ2.071.510.56-
YUV32.03117.26145.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=61.29%
G=24.73%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57231300.600.770.7813.6462.8613.73
Hex3917D03C4D4Ee3fe
Octal712715074115116167716
Binary11100110111110101111001001101100111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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