#320B06

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

Shades of Seal Brown #320B06

Tints of Seal Brown #320B06

Color information

#320B06 (or 0x320B06) is unknown color: approx Seal Brown. HEX triplet: 32, 0B and 06. RGB value is (50,11,6). Sum of RGB (Red+Green+Blue) = 50+11+6=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #320B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B06 is #CDF4F9. Grayscale: #161616. Windows color (decimal): -13497594 or 396082. OLE color: 396082.

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

Color convert

RGB50116-
CMYK00.780.880.80
HSL6.82º78.57%10.98%-
HSV(B)6.82º88%19.61%-
XYZ1.470.930.27-
YUV22.09118.92147.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 74.63%
GREEN value IS 11 (4.69% from 255) = 16.42%
BLUE value IS 6 (2.73% from 255) = 8.96%
R=74.63%
G=16.42%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5011600.780.880.806.8278.5710.98
Hex32B604E585074fb
Octal621360116130120711713
Binary1100101011110010011101011000101000011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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