#320702

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

Shades of Seal Brown #320702

Tints of Seal Brown #320702

Color information

#320702 (or 0x320702) is unknown color: approx Seal Brown. HEX triplet: 32, 07 and 02. RGB value is (50,7,2). Sum of RGB (Red+Green+Blue) = 50+7+2=59 (7% of max value = 765). Red value is 50 (19.92% from 255 or 84.75% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 50 - color contains mainly: red. Hex color #320702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320702 is #CDF8FD. Grayscale: #131313. Windows color (decimal): -13498622 or 132914. OLE color: 132914.

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

Color convert

RGB5072-
CMYK00.860.960.80
HSL6.25º92.31%10.2%-
HSV(B)6.25º96%19.61%-
XYZ1.40.830.14-
YUV19.29118.25149.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 84.75%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=84.75%
G=11.86%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal507200.860.960.806.2592.3110.2
Hex3272056605065ca
Octal62720126140120613412
Binary11001011110010101101100000101000011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320702; }

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

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

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

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

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

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

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

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