#32120A

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

Shades of Seal Brown #32120A

Tints of Seal Brown #32120A

Color information

#32120A (or 0x32120A) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 0A. RGB value is (50,18,10). Sum of RGB (Red+Green+Blue) = 50+18+10=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #32120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32120A is #CDEDF5. Grayscale: #1A1A1A. Windows color (decimal): -13495798 or 660018. OLE color: 660018.

HSL color Cylindrical-coordinate representation of color #32120A: hue angle of 12º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32120A is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.80.

Color convert

RGB501810-
CMYK00.640.800.80
HSL12º66.67%11.76%-
HSV(B)12º80%19.61%-
XYZ1.591.130.42-
YUV26.66118.6144.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=64.10%
G=23.08%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50181000.640.800.801266.6711.76
Hex3212A0405050c43c
Octal62221201001201201410314
Binary1100101001010100100000010100001010000110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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