#320801

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

Shades of Seal Brown #320801

Tints of Seal Brown #320801

Color information

#320801 (or 0x320801) is unknown color: approx Seal Brown. HEX triplet: 32, 08 and 01. RGB value is (50,8,1). Sum of RGB (Red+Green+Blue) = 50+8+1=59 (7% of max value = 765). Red value is 50 (19.92% from 255 or 84.75% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 50 - color contains mainly: red. Hex color #320801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320801 is #CDF7FE. Grayscale: #131313. Windows color (decimal): -13498367 or 67634. OLE color: 67634.

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

Color convert

RGB5081-
CMYK00.840.980.80
HSL8.57º96.08%10%-
HSV(B)8.57º98%19.61%-
XYZ1.410.850.12-
YUV19.76117.41149.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 84.75%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=84.75%
G=13.56%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal508100.840.980.808.5796.0810
Hex32810546250960a
Octal6210101241421201114012
Binary110010100010101010011000101010000100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320801; }

 p { color: rgb(50,8,1); }

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

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

 a { background-color: rgb(50,8,1); }

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

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

 span { border-color: rgb(50,8,1); }

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