#320B04

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

Shades of Seal Brown #320B04

Tints of Seal Brown #320B04

Color information

#320B04 (or 0x320B04) is unknown color: approx Seal Brown. HEX triplet: 32, 0B and 04. RGB value is (50,11,4). Sum of RGB (Red+Green+Blue) = 50+11+4=65 (8% of max value = 765). Red value is 50 (19.92% from 255 or 76.92% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 50 - color contains mainly: red. Hex color #320B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B04 is #CDF4FB. Grayscale: #151515. Windows color (decimal): -13497596 or 265010. OLE color: 265010.

HSL color Cylindrical-coordinate representation of color #320B04: hue angle of 9.13º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320B04 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB50114-
CMYK00.780.920.80
HSL9.13º85.19%10.59%-
HSV(B)9.13º92%19.61%-
XYZ1.460.930.22-
YUV21.86117.92148.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 76.92%
GREEN value IS 11 (4.69% from 255) = 16.92%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=76.92%
G=16.92%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5011400.780.920.809.1385.1910.59
Hex32B404E5C50955b
Octal6213401161341201112513
Binary11001010111000100111010111001010000100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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