#480B0A

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

Shades of Seal Brown #480B0A

Tints of Seal Brown #480B0A

Color information

#480B0A (or 0x480B0A) is unknown color: approx Seal Brown. HEX triplet: 48, 0B and 0A. RGB value is (72,11,10). Sum of RGB (Red+Green+Blue) = 72+11+10=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B0A is #B7F4F5. Grayscale: #1D1D1D. Windows color (decimal): -12055798 or 658248. OLE color: 658248.

HSL color Cylindrical-coordinate representation of color #480B0A: hue angle of 0.97º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480B0A is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB721110-
CMYK00.850.860.72
HSL0.97º75.61%16.08%-
HSV(B)0.97º86.11%28.24%-
XYZ2.851.640.45-
YUV29.12117.21158.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 10 (4.30% from 255) = 10.75%
R=77.42%
G=11.83%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72111000.850.860.720.9775.6116.08
Hex48BA055564814c10
Octal11013120125126110111420
Binary10010001011101001010101101011010010001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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