#480B02

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

Shades of Seal Brown #480B02

Tints of Seal Brown #480B02

Color information

#480B02 (or 0x480B02) is unknown color: approx Seal Brown. HEX triplet: 48, 0B and 02. RGB value is (72,11,2). Sum of RGB (Red+Green+Blue) = 72+11+2=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #480B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B02 is #B7F4FD. Grayscale: #1C1C1C. Windows color (decimal): -12055806 or 133960. OLE color: 133960.

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

Color convert

RGB72112-
CMYK00.850.970.72
HSL7.71º94.59%14.51%-
HSV(B)7.71º97.22%28.24%-
XYZ2.81.620.22-
YUV28.21113.21159.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 84.71%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=84.71%
G=12.94%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7211200.850.970.727.7194.5914.51
Hex48B2055614885ff
Octal11013201251411101013717
Binary10010001011100101010111000011001000100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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