#320B03

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

Shades of Seal Brown #320B03

Tints of Seal Brown #320B03

Color information

#320B03 (or 0x320B03) is unknown color: approx Seal Brown. HEX triplet: 32, 0B and 03. RGB value is (50,11,3). Sum of RGB (Red+Green+Blue) = 50+11+3=64 (8% of max value = 765). Red value is 50 (19.92% from 255 or 78.12% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 50 - color contains mainly: red. Hex color #320B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B03 is #CDF4FC. Grayscale: #151515. Windows color (decimal): -13497597 or 199474. OLE color: 199474.

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

Color convert

RGB50113-
CMYK00.780.940.80
HSL10.21º88.68%10.39%-
HSV(B)10.21º94%19.61%-
XYZ1.450.920.19-
YUV21.75117.42148.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 78.12%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 3 (1.56% from 255) = 4.69%
R=78.12%
G=17.19%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5011300.780.940.8010.2188.6810.39
Hex32B304E5E50a59a
Octal6213301161361201213112
Binary1100101011110100111010111101010000101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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