#460B04

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

Shades of Seal Brown #460B04

Tints of Seal Brown #460B04

Color information

#460B04 (or 0x460B04) is unknown color: approx Seal Brown. HEX triplet: 46, 0B and 04. RGB value is (70,11,4). Sum of RGB (Red+Green+Blue) = 70+11+4=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #460B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B04 is #B9F4FB. Grayscale: #1B1B1B. Windows color (decimal): -12186876 or 265030. OLE color: 265030.

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

Color convert

RGB70114-
CMYK00.840.940.73
HSL6.36º89.19%14.51%-
HSV(B)6.36º94.29%27.45%-
XYZ2.671.550.27-
YUV27.84114.55158.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 82.35%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=82.35%
G=12.94%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7011400.840.940.736.3689.1914.51
Hex46B40545E49659f
Octal1061340124136111613117
Binary10001101011100010101001011110100100111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460B04; }

 p { color: rgb(70,11,4); }

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

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

 a { background-color: rgb(70,11,4); }

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

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

 span { border-color: rgb(70,11,4); }

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