#320F06

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

Shades of Seal Brown #320F06

Tints of Seal Brown #320F06

Color information

#320F06 (or 0x320F06) is unknown color: approx Seal Brown. HEX triplet: 32, 0F and 06. RGB value is (50,15,6). Sum of RGB (Red+Green+Blue) = 50+15+6=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F06 is #CDF0F9. Grayscale: #181818. Windows color (decimal): -13496570 or 397106. OLE color: 397106.

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

Color convert

RGB50156-
CMYK00.700.880.80
HSL12.27º78.57%10.98%-
HSV(B)12.27º88%19.61%-
XYZ1.521.030.29-
YUV24.44117.6146.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 70.42%
GREEN value IS 15 (6.25% from 255) = 21.13%
BLUE value IS 6 (2.73% from 255) = 8.45%
R=70.42%
G=21.13%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5015600.700.880.8012.2778.5710.98
Hex32F60465850c4fb
Octal6217601061301201411713
Binary11001011111100100011010110001010000110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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