#480802

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

Shades of Seal Brown #480802

Tints of Seal Brown #480802

Color information

#480802 (or 0x480802) is unknown color: approx Seal Brown. HEX triplet: 48, 08 and 02. RGB value is (72,8,2). Sum of RGB (Red+Green+Blue) = 72+8+2=82 (10% of max value = 765). Red value is 72 (28.52% from 255 or 87.80% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 72 - color contains mainly: red. Hex color #480802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480802 is #B7F7FD. Grayscale: #1A1A1A. Windows color (decimal): -12056574 or 133192. OLE color: 133192.

HSL color Cylindrical-coordinate representation of color #480802: hue angle of 5.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #480802 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB7282-
CMYK00.890.970.72
HSL5.14º94.59%14.51%-
HSV(B)5.14º97.22%28.24%-
XYZ2.771.560.21-
YUV26.45114.2160.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 87.80%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=87.80%
G=9.76%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal728200.890.970.725.1494.5914.51
Hex4882059614855ff
Octal1101020131141110513717
Binary1001000100010010110011100001100100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480802; }

 p { color: rgb(72,8,2); }

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

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

 a { background-color: rgb(72,8,2); }

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

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

 span { border-color: rgb(72,8,2); }

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