#32170D

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

Shades of Brown Pod #32170D

Tints of Brown Pod #32170D

Color information

#32170D (or 0x32170D) is unknown color: approx Brown Pod. HEX triplet: 32, 17 and 0D. RGB value is (50,23,13). Sum of RGB (Red+Green+Blue) = 50+23+13=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #32170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32170D is #CDE8F2. Grayscale: #1E1E1E. Windows color (decimal): -13494515 or 857906. OLE color: 857906.

HSL color Cylindrical-coordinate representation of color #32170D: hue angle of 16.22º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32170D is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB502313-
CMYK00.540.740.80
HSL16.22º58.73%12.35%-
HSV(B)16.22º74%19.61%-
XYZ1.691.320.55-
YUV29.93118.45142.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.14%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=58.14%
G=26.74%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50231300.540.740.8016.2258.7312.35
Hex3217D0364A50103bc
Octal622715066112120207314
Binary110010101111101011011010010101010000100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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