#32180E

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

Shades of Brown Pod #32180E

Tints of Brown Pod #32180E

Color information

#32180E (or 0x32180E) is unknown color: approx Brown Pod. HEX triplet: 32, 18 and 0E. RGB value is (50,24,14). Sum of RGB (Red+Green+Blue) = 50+24+14=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #32180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32180E is #CDE7F1. Grayscale: #1E1E1E. Windows color (decimal): -13494258 or 923698. OLE color: 923698.

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

Color convert

RGB502414-
CMYK00.520.720.80
HSL16.67º56.25%12.55%-
HSV(B)16.67º72%19.61%-
XYZ1.721.360.59-
YUV30.63118.61141.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 14 (5.86% from 255) = 15.91%
R=56.82%
G=27.27%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50241400.520.720.8016.6756.2512.55
Hex3218E03448501138d
Octal623016064110120217015
Binary110010110001110011010010010001010000100011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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