#461005

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

Shades of Seal Brown #461005

Tints of Seal Brown #461005

Color information

#461005 (or 0x461005) is unknown color: approx Seal Brown. HEX triplet: 46, 10 and 05. RGB value is (70,16,5). Sum of RGB (Red+Green+Blue) = 70+16+5=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #461005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461005 is #B9EFFA. Grayscale: #1E1E1E. Windows color (decimal): -12185595 or 331846. OLE color: 331846.

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

Color convert

RGB70165-
CMYK00.770.930.73
HSL10.15º86.67%14.71%-
HSV(B)10.15º92.86%27.45%-
XYZ2.741.680.32-
YUV30.89113.39155.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.92%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 5 (2.34% from 255) = 5.49%
R=76.92%
G=17.58%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016500.770.930.7310.1586.6714.71
Hex4610504D5D49a57f
Octal10620501151351111212717
Binary1000110100001010100110110111011001001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461005; }

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

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

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

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

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

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

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

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