#480202

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

Shades of Seal Brown #480202

Tints of Seal Brown #480202

Color information

#480202 (or 0x480202) is unknown color: approx Seal Brown. HEX triplet: 48, 02 and 02. RGB value is (72,2,2). Sum of RGB (Red+Green+Blue) = 72+2+2=76 (10% of max value = 765). Red value is 72 (28.52% from 255 or 94.74% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 72 - color contains mainly: red. Hex color #480202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480202 is #B7FDFD. Grayscale: #161616. Windows color (decimal): -12058110 or 131656. OLE color: 131656.

HSL color Cylindrical-coordinate representation of color #480202: hue angle of 0º 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 #480202 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB7222-
CMYK00.970.970.72
HSL94.59%14.51%-
HSV(B)97.22%28.24%-
XYZ2.711.430.19-
YUV22.93116.19163-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 94.74%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=94.74%
G=2.63%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal722200.970.970.72094.5914.51
Hex4822061614805ff
Octal110220141141110013717
Binary100100010100110000111000011001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480202; }

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

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

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

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

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

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

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

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