#320F04

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

Shades of Seal Brown #320F04

Tints of Seal Brown #320F04

Color information

#320F04 (or 0x320F04) is unknown color: approx Seal Brown. HEX triplet: 32, 0F and 04. RGB value is (50,15,4). Sum of RGB (Red+Green+Blue) = 50+15+4=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #320F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F04 is #CDF0FB. Grayscale: #181818. Windows color (decimal): -13496572 or 266034. OLE color: 266034.

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

Color convert

RGB50154-
CMYK00.700.920.80
HSL14.35º85.19%10.59%-
HSV(B)14.35º92%19.61%-
XYZ1.511.030.23-
YUV24.21116.6146.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 72.46%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=72.46%
G=21.74%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5015400.700.920.8014.3585.1910.59
Hex32F40465C50e55b
Octal6217401061341201612513
Binary11001011111000100011010111001010000111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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