Html Css Color HEX #46110D Seal Brown

📋 copy color: '#46110D'

red 70 ◦ green 17 ◦ blue 13

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

Shades of Seal Brown #46110D

Tints of Seal Brown #46110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13%

R = 70%
G = 17%
B = 13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46110D (or 0x46110D) is known color: Seal Brown. HEX triplet: 46, 11 and 0D. RGB value is (70,17,13). Sum of RGB (Red+Green+Blue) = 70+17+13=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46110D is #B9EEF2. Grayscale: #202020. Windows color (decimal): -12185331 or 856390. OLE color: 856390.

HSL color Cylindrical-coordinate representation of color #46110D: hue angle of 4.21º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46110D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 17 13 -
CMYK 0 0.76 0.81 0.73
HSL 4.21º 0.69% 0.16% -
HSV(B) 4.21º 0.81% 0.27% -
XYZ 2.8 1.73 0.57 -
YUV 32.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 70 17 13 0 0.76 0.81 0.73 4.21 0.69 0.16
Hex 46 11 D 0 4C 51 49 4 45 10
Octal 106 21 15 0 114 121 111 4 105 20
Binary 1000110 10001 1101 0 1001100 1010001 1001001 100 1000101 10000

Color Harmonies of #46110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46110D

Black with #46110D

Text Example


Text Example

White with #46110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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