#32190C

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

Shades of Brown Pod #32190C

Tints of Brown Pod #32190C

Color information

#32190C (or 0x32190C) is unknown color: approx Brown Pod. HEX triplet: 32, 19 and 0C. RGB value is (50,25,12). Sum of RGB (Red+Green+Blue) = 50+25+12=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #32190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32190C is #CDE6F3. Grayscale: #1F1F1F. Windows color (decimal): -13494004 or 792882. OLE color: 792882.

HSL color Cylindrical-coordinate representation of color #32190C: hue angle of 20.53º 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 #32190C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB502512-
CMYK00.500.760.80
HSL20.53º61.29%12.16%-
HSV(B)20.53º76%19.61%-
XYZ1.731.40.53-
YUV30.99117.28141.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=57.47%
G=28.74%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50251200.500.760.8020.5361.2912.16
Hex3219C0324C50153dc
Octal623114062114120257514
Binary110010110011100011001010011001010000101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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