#46140A

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

Shades of Seal Brown #46140A

Tints of Seal Brown #46140A

Color information

#46140A (or 0x46140A) is unknown color: approx Seal Brown. HEX triplet: 46, 14 and 0A. RGB value is (70,20,10). Sum of RGB (Red+Green+Blue) = 70+20+10=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46140A is #B9EBF5. Grayscale: #212121. Windows color (decimal): -12184566 or 660550. OLE color: 660550.

HSL color Cylindrical-coordinate representation of color #46140A: hue angle of 10º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46140A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB702010-
CMYK00.710.860.73
HSL10º75%15.69%-
HSV(B)10º85.71%27.45%-
XYZ2.831.820.49-
YUV33.81114.56153.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 10 (4.30% from 255) = 10%
R=70%
G=20%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70201000.710.860.73107515.69
Hex4614A0475649a4b10
Octal106241201071261111211320
Binary100011010100101001000111101011010010011010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46140A; }

 p { color: rgb(70,20,10); }

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

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

 a { background-color: rgb(70,20,10); }

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

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

 span { border-color: rgb(70,20,10); }

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