#480505

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

Shades of Seal Brown #480505

Tints of Seal Brown #480505

Color information

#480505 (or 0x480505) is unknown color: approx Seal Brown. HEX triplet: 48, 05 and 05. RGB value is (72,5,5). Sum of RGB (Red+Green+Blue) = 72+5+5=82 (10% of max value = 765). Red value is 72 (28.52% from 255 or 87.80% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 72 - color contains mainly: red. Hex color #480505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480505 is #B7FAFA. Grayscale: #191919. Windows color (decimal): -12057339 or 329032. OLE color: 329032.

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

Color convert

RGB7255-
CMYK00.930.930.72
HSL87.01%15.1%-
HSV(B)93.06%28.24%-
XYZ2.751.50.29-
YUV25.03116.7161.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 87.80%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=87.80%
G=6.10%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal725500.930.930.72087.0115.1
Hex485505D5D48057f
Octal110550135135110012717
Binary10010001011010101110110111011001000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480505; }

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

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

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

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

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

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

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

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