#480502

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

Shades of Seal Brown #480502

Tints of Seal Brown #480502

Color information

#480502 (or 0x480502) is unknown color: approx Seal Brown. HEX triplet: 48, 05 and 02. RGB value is (72,5,2). Sum of RGB (Red+Green+Blue) = 72+5+2=79 (10% of max value = 765). Red value is 72 (28.52% from 255 or 91.14% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 72 - color contains mainly: red. Hex color #480502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480502 is #B7FAFD. Grayscale: #181818. Windows color (decimal): -12057342 or 132424. OLE color: 132424.

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

Color convert

RGB7252-
CMYK00.930.970.72
HSL2.57º94.59%14.51%-
HSV(B)2.57º97.22%28.24%-
XYZ2.741.490.2-
YUV24.69115.2161.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 91.14%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=91.14%
G=6.33%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal725200.930.970.722.5794.5914.51
Hex485205D614835ff
Octal110520135141110313717
Binary10010001011001011101110000110010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480502; }

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

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

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

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

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

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

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

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