#320C08

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

Shades of Seal Brown #320C08

Tints of Seal Brown #320C08

Color information

#320C08 (or 0x320C08) is unknown color: approx Seal Brown. HEX triplet: 32, 0C and 08. RGB value is (50,12,8). Sum of RGB (Red+Green+Blue) = 50+12+8=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #320C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C08 is #CDF3F7. Grayscale: #161616. Windows color (decimal): -13497336 or 527410. OLE color: 527410.

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

Color convert

RGB50128-
CMYK00.760.840.80
HSL5.71º72.41%11.37%-
HSV(B)5.71º84%19.61%-
XYZ1.490.960.34-
YUV22.91119.59147.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 71.43%
GREEN value IS 12 (5.08% from 255) = 17.14%
BLUE value IS 8 (3.52% from 255) = 11.43%
R=71.43%
G=17.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5012800.760.840.805.7172.4111.37
Hex32C804C5450648b
Octal6214100114124120611013
Binary11001011001000010011001010100101000011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320C08; }

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

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

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

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

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

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

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

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