Html Css Color HEX #46110B Seal Brown

📋 copy color: '#46110B'

red 70 ◦ green 17 ◦ blue 11

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

Shades of Seal Brown #46110B

Tints of Seal Brown #46110B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

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

R = 71.43%
G = 17.35%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46110B (or 0x46110B) is known color: Seal Brown. HEX triplet: 46, 11 and 0B. RGB value is (70,17,11). Sum of RGB (Red+Green+Blue) = 70+17+11=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #46110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46110B is #B9EEF4. Grayscale: #202020. Windows color (decimal): -12185333 or 725318. OLE color: 725318.

HSL color Cylindrical-coordinate representation of color #46110B: hue angle of 6.1º 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 #46110B is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 17 11 -
CMYK 0 0.76 0.84 0.73
HSL 6.1º 0.73% 0.16% -
HSV(B) 6.1º 0.84% 0.27% -
XYZ 2.79 1.73 0.5 -
YUV 32.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 70 17 11 0 0.76 0.84 0.73 6.1 0.73 0.16
Hex 46 11 B 0 4C 54 49 6 49 10
Octal 106 21 13 0 114 124 111 6 111 20
Binary 1000110 10001 1011 0 1001100 1010100 1001001 110 1001001 10000

Color Harmonies of #46110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46110B

Black with #46110B

Text Example


Text Example

White with #46110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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