#32180B

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

Shades of Brown Pod #32180B

Tints of Brown Pod #32180B

Color information

#32180B (or 0x32180B) is unknown color: approx Brown Pod. HEX triplet: 32, 18 and 0B. RGB value is (50,24,11). Sum of RGB (Red+Green+Blue) = 50+24+11=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #32180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32180B is #CDE7F4. Grayscale: #1E1E1E. Windows color (decimal): -13494261 or 727090. OLE color: 727090.

HSL color Cylindrical-coordinate representation of color #32180B: hue angle of 20º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32180B is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB502411-
CMYK00.520.780.80
HSL20º63.93%11.96%-
HSV(B)20º78%19.61%-
XYZ1.71.360.49-
YUV30.29117.11142.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=58.82%
G=28.24%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50241100.520.780.802063.9311.96
Hex3218B0344E501440c
Octal6230130641161202410014
Binary1100101100010110110100100111010100001010010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32180B; }

 p { color: rgb(50,24,11); }

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

<style>
 a { background-color: #32180B; }

 a { background-color: rgb(50,24,11); }

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

<style>
 span { border-color: #32180B; }

 span { border-color: rgb(50,24,11); }

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