#480603

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

Shades of Seal Brown #480603

Tints of Seal Brown #480603

Color information

#480603 (or 0x480603) is unknown color: approx Seal Brown. HEX triplet: 48, 06 and 03. RGB value is (72,6,3). Sum of RGB (Red+Green+Blue) = 72+6+3=81 (10% of max value = 765). Red value is 72 (28.52% from 255 or 88.89% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 72 - color contains mainly: red. Hex color #480603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480603 is #B7F9FC. Grayscale: #191919. Windows color (decimal): -12057085 or 198216. OLE color: 198216.

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

Color convert

RGB7263-
CMYK00.920.960.72
HSL2.61º92%14.71%-
HSV(B)2.61º95.83%28.24%-
XYZ2.751.510.23-
YUV25.39115.37161.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 88.89%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=88.89%
G=7.41%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal726300.920.960.722.619214.71
Hex486305C604835cf
Octal110630134140110313417
Binary10010001101101011100110000010010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480603; }

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

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

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

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

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

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

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

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