#461009

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

Shades of Seal Brown #461009

Tints of Seal Brown #461009

Color information

#461009 (or 0x461009) is unknown color: approx Seal Brown. HEX triplet: 46, 10 and 09. RGB value is (70,16,9). Sum of RGB (Red+Green+Blue) = 70+16+9=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #461009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461009 is #B9EFF6. Grayscale: #1F1F1F. Windows color (decimal): -12185591 or 593990. OLE color: 593990.

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

Color convert

RGB70169-
CMYK00.770.870.73
HSL6.89º77.22%15.49%-
HSV(B)6.89º87.14%27.45%-
XYZ2.761.690.44-
YUV31.35115.39155.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=73.68%
G=16.84%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016900.770.870.736.8977.2215.49
Hex4610904D574974df
Octal10620110115127111711517
Binary1000110100001001010011011010111100100111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461009; }

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

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

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

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

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

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

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

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