Html Css Color HEX #46120B Seal Brown

📋 copy color: '#46120B'

red 70 ◦ green 18 ◦ blue 11

#46120B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #46120B

Tints of Seal Brown #46120B

RGB

 RED value IS 70 (27.73% from 255) = 70.71%

 GREEN value IS 18 (7.42% from 255) = 18.18%

 BLUE value IS 11 (4.69% from 255) = 11.11%

R = 70.71%
G = 18.18%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46120B (or 0x46120B) is known color: Seal Brown. HEX triplet: 46, 12 and 0B. RGB value is (70,18,11). Sum of RGB (Red+Green+Blue) = 70+18+11=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #46120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46120B is #B9EDF4. Grayscale: #202020. Windows color (decimal): -12185077 or 725574. OLE color: 725574.

HSL color Cylindrical-coordinate representation of color #46120B: hue angle of 7.12º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46120B is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 11 -
CMYK 0 0.74 0.84 0.73
HSL 7.12º 0.73% 0.16% -
HSV(B) 7.12º 0.84% 0.27% -
XYZ 2.8 1.76 0.51 -
YUV 32.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 70 18 11 0 0.74 0.84 0.73 7.12 0.73 0.16
Hex 46 12 B 0 4A 54 49 7 49 10
Octal 106 22 13 0 112 124 111 7 111 20
Binary 1000110 10010 1011 0 1001010 1010100 1001001 111 1001001 10000

Color Harmonies of #46120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46120B

Black with #46120B

Text Example


Text Example

White with #46120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46120B; }

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

 H1.HeaderClassName
 {
   color: #46120B;
 }
 .AnyTagClassName
 {
   color: #46120B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #46120B;
 }
 .BgClassName
 {
   background-color: #46120B;
 }
</style>

border-color css

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

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

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