#480A05

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

Shades of Seal Brown #480A05

Tints of Seal Brown #480A05

Color information

#480A05 (or 0x480A05) is unknown color: approx Seal Brown. HEX triplet: 48, 0A and 05. RGB value is (72,10,5). Sum of RGB (Red+Green+Blue) = 72+10+5=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #480A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A05 is #B7F5FA. Grayscale: #1C1C1C. Windows color (decimal): -12056059 or 330312. OLE color: 330312.

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

Color convert

RGB72105-
CMYK00.860.930.72
HSL4.48º87.01%15.1%-
HSV(B)4.48º93.06%28.24%-
XYZ2.811.610.31-
YUV27.97115.04159.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 82.76%
GREEN value IS 10 (4.30% from 255) = 11.49%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=82.76%
G=11.49%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7210500.860.930.724.4887.0115.1
Hex48A50565D48457f
Octal1101250126135110412717
Binary10010001010101010101101011101100100010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480A05; }

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

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

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

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

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

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

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

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