#32180C

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

Shades of Brown Pod #32180C

Tints of Brown Pod #32180C

Color information

#32180C (or 0x32180C) is unknown color: approx Brown Pod. HEX triplet: 32, 18 and 0C. RGB value is (50,24,12). Sum of RGB (Red+Green+Blue) = 50+24+12=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #32180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32180C is #CDE7F3. Grayscale: #1E1E1E. Windows color (decimal): -13494260 or 792626. OLE color: 792626.

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

Color convert

RGB502412-
CMYK00.520.760.80
HSL18.95º61.29%12.16%-
HSV(B)18.95º76%19.61%-
XYZ1.711.360.52-
YUV30.41117.61141.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.14%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=58.14%
G=27.91%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50241200.520.760.8018.9561.2912.16
Hex3218C0344C50133dc
Octal623014064114120237514
Binary110010110001100011010010011001010000100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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