#480705

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

Shades of Seal Brown #480705

Tints of Seal Brown #480705

Color information

#480705 (or 0x480705) is unknown color: approx Seal Brown. HEX triplet: 48, 07 and 05. RGB value is (72,7,5). Sum of RGB (Red+Green+Blue) = 72+7+5=84 (11% of max value = 765). Red value is 72 (28.52% from 255 or 85.71% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 72 - color contains mainly: red. Hex color #480705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480705 is #B7F8FA. Grayscale: #1A1A1A. Windows color (decimal): -12056827 or 329544. OLE color: 329544.

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

Color convert

RGB7275-
CMYK00.900.930.72
HSL1.79º87.01%15.1%-
HSV(B)1.79º93.06%28.24%-
XYZ2.781.540.29-
YUV26.21116.03160.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 85.71%
GREEN value IS 7 (3.12% from 255) = 8.33%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=85.71%
G=8.33%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727500.900.930.721.7987.0115.1
Hex487505A5D48257f
Octal110750132135110212717
Binary100100011110101011010101110110010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480705; }

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

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

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

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

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

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

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

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