#461205

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

Shades of Seal Brown #461205

Tints of Seal Brown #461205

Color information

#461205 (or 0x461205) is unknown color: approx Seal Brown. HEX triplet: 46, 12 and 05. RGB value is (70,18,5). Sum of RGB (Red+Green+Blue) = 70+18+5=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #461205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461205 is #B9EDFA. Grayscale: #202020. Windows color (decimal): -12185083 or 332358. OLE color: 332358.

HSL color Cylindrical-coordinate representation of color #461205: hue angle of 12º 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 #461205 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB70185-
CMYK00.740.930.73
HSL12º86.67%14.71%-
HSV(B)12º92.86%27.45%-
XYZ2.771.750.33-
YUV32.07112.73155.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 75.27%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=75.27%
G=19.35%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7018500.740.930.731286.6714.71
Hex4612504A5D49c57f
Octal10622501121351111412717
Binary1000110100101010100101010111011001001110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461205; }

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

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

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

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

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

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

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

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