#480902

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

Shades of Seal Brown #480902

Tints of Seal Brown #480902

Color information

#480902 (or 0x480902) is unknown color: approx Seal Brown. HEX triplet: 48, 09 and 02. RGB value is (72,9,2). Sum of RGB (Red+Green+Blue) = 72+9+2=83 (10% of max value = 765). Red value is 72 (28.52% from 255 or 86.75% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 72 - color contains mainly: red. Hex color #480902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480902 is #B7F6FD. Grayscale: #1B1B1B. Windows color (decimal): -12056318 or 133448. OLE color: 133448.

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

Color convert

RGB7292-
CMYK00.880.970.72
HSL94.59%14.51%-
HSV(B)97.22%28.24%-
XYZ2.781.580.22-
YUV27.04113.87160.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 86.75%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=86.75%
G=10.84%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal729200.880.970.72694.5914.51
Hex4892058614865ff
Octal1101120130141110613717
Binary1001000100110010110001100001100100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480902; }

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

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

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

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

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

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

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

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