#320F08

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

Shades of Seal Brown #320F08

Tints of Seal Brown #320F08

Color information

#320F08 (or 0x320F08) is unknown color: approx Seal Brown. HEX triplet: 32, 0F and 08. RGB value is (50,15,8). Sum of RGB (Red+Green+Blue) = 50+15+8=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #320F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F08 is #CDF0F7. Grayscale: #181818. Windows color (decimal): -13496568 or 528178. OLE color: 528178.

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

Color convert

RGB50158-
CMYK00.700.840.80
HSL10º72.41%11.37%-
HSV(B)10º84%19.61%-
XYZ1.531.040.35-
YUV24.67118.6146.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 68.49%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=68.49%
G=20.55%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5015800.700.840.801072.4111.37
Hex32F80465450a48b
Octal62171001061241201211013
Binary110010111110000100011010101001010000101010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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