#32120C

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

Shades of Seal Brown #32120C

Tints of Seal Brown #32120C

Color information

#32120C (or 0x32120C) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 0C. RGB value is (50,18,12). Sum of RGB (Red+Green+Blue) = 50+18+12=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #32120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32120C is #CDEDF3. Grayscale: #1A1A1A. Windows color (decimal): -13495796 or 791090. OLE color: 791090.

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

Color convert

RGB501812-
CMYK00.640.760.80
HSL9.47º61.29%12.16%-
HSV(B)9.47º76%19.61%-
XYZ1.61.140.48-
YUV26.88119.6144.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 62.5%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 12 (5.08% from 255) = 15%
R=62.5%
G=22.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50181200.640.760.809.4761.2912.16
Hex3212C0404C5093dc
Octal6222140100114120117514
Binary110010100101100010000001001100101000010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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