#460503

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

Shades of Seal Brown #460503

Tints of Seal Brown #460503

Color information

#460503 (or 0x460503) is unknown color: approx Seal Brown. HEX triplet: 46, 05 and 03. RGB value is (70,5,3). Sum of RGB (Red+Green+Blue) = 70+5+3=78 (10% of max value = 765). Red value is 70 (27.73% from 255 or 89.74% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 70 - color contains mainly: red. Hex color #460503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460503 is #B9FAFC. Grayscale: #181818. Windows color (decimal): -12188413 or 197958. OLE color: 197958.

HSL color Cylindrical-coordinate representation of color #460503: hue angle of 1.79º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460503 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB7053-
CMYK00.930.960.73
HSL1.79º91.78%14.31%-
HSV(B)1.79º95.71%27.45%-
XYZ2.61.420.22-
YUV24.21116.03160.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 89.74%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=89.74%
G=6.41%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal705300.930.960.731.7991.7814.31
Hex465305D604925ce
Octal106530135140111213416
Binary10001101011101011101110000010010011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460503; }

 p { color: rgb(70,5,3); }

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

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

 a { background-color: rgb(70,5,3); }

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

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

 span { border-color: rgb(70,5,3); }

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