#480302

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

Shades of Seal Brown #480302

Tints of Seal Brown #480302

Color information

#480302 (or 0x480302) is unknown color: approx Seal Brown. HEX triplet: 48, 03 and 02. RGB value is (72,3,2). Sum of RGB (Red+Green+Blue) = 72+3+2=77 (10% of max value = 765). Red value is 72 (28.52% from 255 or 93.51% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 72 - color contains mainly: red. Hex color #480302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480302 is #B7FCFD. Grayscale: #171717. Windows color (decimal): -12057854 or 131912. OLE color: 131912.

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

Color convert

RGB7232-
CMYK00.960.970.72
HSL0.86º94.59%14.51%-
HSV(B)0.86º97.22%28.24%-
XYZ2.721.450.19-
YUV23.52115.86162.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 93.51%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=93.51%
G=3.90%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal723200.960.970.720.8694.5914.51
Hex4832060614815ff
Octal110320140141110113717
Binary100100011100110000011000011001000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480302; }

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

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

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

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

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

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

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

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