#320B08

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

Shades of Seal Brown #320B08

Tints of Seal Brown #320B08

Color information

#320B08 (or 0x320B08) is unknown color: approx Seal Brown. HEX triplet: 32, 0B and 08. RGB value is (50,11,8). Sum of RGB (Red+Green+Blue) = 50+11+8=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #320B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B08 is #CDF4F7. Grayscale: #161616. Windows color (decimal): -13497592 or 527154. OLE color: 527154.

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

Color convert

RGB50118-
CMYK00.780.840.80
HSL4.29º72.41%11.37%-
HSV(B)4.29º84%19.61%-
XYZ1.480.930.33-
YUV22.32119.92147.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 72.46%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 8 (3.52% from 255) = 11.59%
R=72.46%
G=15.94%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5011800.780.840.804.2972.4111.37
Hex32B804E5450448b
Octal6213100116124120411013
Binary11001010111000010011101010100101000010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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