#480B03

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

Shades of Seal Brown #480B03

Tints of Seal Brown #480B03

Color information

#480B03 (or 0x480B03) is unknown color: approx Seal Brown. HEX triplet: 48, 0B and 03. RGB value is (72,11,3). Sum of RGB (Red+Green+Blue) = 72+11+3=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #480B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B03 is #B7F4FC. Grayscale: #1C1C1C. Windows color (decimal): -12055805 or 199496. OLE color: 199496.

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

Color convert

RGB72113-
CMYK00.850.960.72
HSL6.96º92%14.71%-
HSV(B)6.96º95.83%28.24%-
XYZ2.811.620.25-
YUV28.33113.71159.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 83.72%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 3 (1.56% from 255) = 3.49%
R=83.72%
G=12.79%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7211300.850.960.726.969214.71
Hex48B3055604875cf
Octal1101330125140110713417
Binary1001000101111010101011100000100100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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