#321010

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

Shades of Seal Brown #321010

Tints of Seal Brown #321010

Color information

#321010 (or 0x321010) is unknown color: approx Seal Brown. HEX triplet: 32, 10 and 10. RGB value is (50,16,16). Sum of RGB (Red+Green+Blue) = 50+16+16=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321010 is #CDEFEF. Grayscale: #1A1A1A. Windows color (decimal): -13496304 or 1052722. OLE color: 1052722.

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

Color convert

RGB501616-
CMYK00.680.680.80
HSL51.52%12.94%-
HSV(B)68%19.61%-
XYZ1.591.090.62-
YUV26.17122.26145-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.98%
GREEN value IS 16 (6.64% from 255) = 19.51%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=60.98%
G=19.51%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50161600.680.680.80051.5212.94
Hex3210100444450034d
Octal622020010410412006415
Binary1100101000010000010001001000100101000001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321010; }

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

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

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

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

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

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

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

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