#321212

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

Shades of Seal Brown #321212

Tints of Seal Brown #321212

Color information

#321212 (or 0x321212) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 12. RGB value is (50,18,18). Sum of RGB (Red+Green+Blue) = 50+18+18=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321212 is #CDEDED. Grayscale: #1B1B1B. Windows color (decimal): -13495790 or 1184306. OLE color: 1184306.

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

Color convert

RGB501818-
CMYK00.640.640.80
HSL47.06%13.33%-
HSV(B)64%19.61%-
XYZ1.641.150.71-
YUV27.57122.6144-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.14%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=58.14%
G=20.93%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50181800.640.640.80047.0613.33
Hex321212040405002fd
Octal622222010010012005715
Binary1100101001010010010000001000000101000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321212; }

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

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

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

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

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

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

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

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