#32110C

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

Shades of Seal Brown #32110C

Tints of Seal Brown #32110C

Color information

#32110C (or 0x32110C) is unknown color: approx Seal Brown. HEX triplet: 32, 11 and 0C. RGB value is (50,17,12). Sum of RGB (Red+Green+Blue) = 50+17+12=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #32110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32110C is #CDEEF3. Grayscale: #1A1A1A. Windows color (decimal): -13496052 or 790834. OLE color: 790834.

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

Color convert

RGB501712-
CMYK00.660.760.80
HSL7.89º61.29%12.16%-
HSV(B)7.89º76%19.61%-
XYZ1.581.110.48-
YUV26.3119.93144.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 63.29%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=63.29%
G=21.52%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50171200.660.760.807.8961.2912.16
Hex3211C0424C5083dc
Octal6221140102114120107514
Binary110010100011100010000101001100101000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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