#480602

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

Shades of Seal Brown #480602

Tints of Seal Brown #480602

Color information

#480602 (or 0x480602) is unknown color: approx Seal Brown. HEX triplet: 48, 06 and 02. RGB value is (72,6,2). Sum of RGB (Red+Green+Blue) = 72+6+2=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480602 is #B7F9FD. Grayscale: #191919. Windows color (decimal): -12057086 or 132680. OLE color: 132680.

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

Color convert

RGB7262-
CMYK00.920.970.72
HSL3.43º94.59%14.51%-
HSV(B)3.43º97.22%28.24%-
XYZ2.751.510.2-
YUV25.28114.87161.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 90%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=90%
G=7.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal726200.920.970.723.4394.5914.51
Hex486205C614835ff
Octal110620134141110313717
Binary10010001101001011100110000110010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480602; }

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

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

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

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

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

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

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

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