#39170C

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

Shades of Brown Pod #39170C

Tints of Brown Pod #39170C

Color information

#39170C (or 0x39170C) is unknown color: approx Brown Pod. HEX triplet: 39, 17 and 0C. RGB value is (57,23,12). Sum of RGB (Red+Green+Blue) = 57+23+12=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #39170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39170C is #C6E8F3. Grayscale: #1F1F1F. Windows color (decimal): -13035764 or 792377. OLE color: 792377.

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

Color convert

RGB572312-
CMYK00.600.790.78
HSL14.67º65.22%13.53%-
HSV(B)14.67º78.95%22.35%-
XYZ2.061.510.53-
YUV31.91116.76145.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=61.96%
G=25%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57231200.600.790.7814.6765.2213.53
Hex3917C03C4F4Ef41e
Octal7127140741171161710116
Binary111001101111100011110010011111001110111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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