#320900

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

Shades of Seal Brown #320900

Tints of Seal Brown #320900

Color information

#320900 (or 0x320900) is unknown color: approx Seal Brown. HEX triplet: 32, 09 and 00. RGB value is (50,9,0). Sum of RGB (Red+Green+Blue) = 50+9+0=59 (7% of max value = 765). Red value is 50 (19.92% from 255 or 84.75% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 50 - color contains mainly: red. Hex color #320900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320900 is #CDF6FF. Grayscale: #141414. Windows color (decimal): -13498112 or 2354. OLE color: 2354.

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

Color convert

RGB5090-
CMYK00.8210.80
HSL10.8º100%9.8%-
HSV(B)10.8º100%19.61%-
XYZ1.410.870.09-
YUV20.23116.58149.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 84.75%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.75%
G=15.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal509000.8210.8010.81009.8
Hex32900526450b64a
Octal6211001221441201314412
Binary110010100100101001011001001010000101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320900; }

 p { color: rgb(50,9,0); }

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

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

 a { background-color: rgb(50,9,0); }

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

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

 span { border-color: rgb(50,9,0); }

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