#320B07

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

Shades of Seal Brown #320B07

Tints of Seal Brown #320B07

Color information

#320B07 (or 0x320B07) is unknown color: approx Seal Brown. HEX triplet: 32, 0B and 07. RGB value is (50,11,7). Sum of RGB (Red+Green+Blue) = 50+11+7=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #320B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B07 is #CDF4F8. Grayscale: #161616. Windows color (decimal): -13497593 or 461618. OLE color: 461618.

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

Color convert

RGB50117-
CMYK00.780.860.80
HSL5.58º75.44%11.18%-
HSV(B)5.58º86%19.61%-
XYZ1.470.930.3-
YUV22.2119.42147.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 73.53%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 7 (3.12% from 255) = 10.29%
R=73.53%
G=16.18%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5011700.780.860.805.5875.4411.18
Hex32B704E565064bb
Octal621370116126120611313
Binary1100101011111010011101010110101000011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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