#321208

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

Shades of Seal Brown #321208

Tints of Seal Brown #321208

Color information

#321208 (or 0x321208) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 08. RGB value is (50,18,8). Sum of RGB (Red+Green+Blue) = 50+18+8=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321208 is #CDEDF7. Grayscale: #1A1A1A. Windows color (decimal): -13495800 or 528946. OLE color: 528946.

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

Color convert

RGB50188-
CMYK00.640.840.80
HSL14.29º72.41%11.37%-
HSV(B)14.29º84%19.61%-
XYZ1.581.130.36-
YUV26.43117.6144.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=65.79%
G=23.68%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5018800.640.840.8014.2972.4111.37
Hex321280405450e48b
Octal62221001001241201611013
Binary1100101001010000100000010101001010000111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321208; }

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

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

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

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

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

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

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

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