Html Css Color HEX #2E110D Seal Brown

📋 copy color: '#2E110D'

red 46 ◦ green 17 ◦ blue 13

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

Shades of Seal Brown #2E110D

Tints of Seal Brown #2E110D

RGB

 RED value IS 46 (18.36% from 255) = 60.53%

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

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

R = 60.53%
G = 22.37%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.82

RGB Variations

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

Color information

#2E110D (or 0x2E110D) is known color: Seal Brown. HEX triplet: 2E, 11 and 0D. RGB value is (46,17,13). Sum of RGB (Red+Green+Blue) = 46+17+13=76 (10% of max value = 765). Red value is 46 (18.36% from 255 or 60.53% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 46 - color contains mainly: red. Hex color #2E110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E110D is #D1EEF2. Grayscale: #191919. Windows color (decimal): -13758195 or 856366. OLE color: 856366.

HSL color Cylindrical-coordinate representation of color #2E110D: hue angle of 7.27º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E110D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 17 13 -
CMYK 0 0.63 0.72 0.82
HSL 7.27º 0.56% 0.12% -
HSV(B) 7.27º 0.72% 0.18% -
XYZ 1.4 1.01 0.5 -
YUV 25.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 46 17 13 0 0.63 0.72 0.82 7.27 0.56 0.12
Hex 2E 11 D 0 3F 48 52 7 38 C
Octal 56 21 15 0 77 110 122 7 70 14
Binary 101110 10001 1101 0 111111 1001000 1010010 111 111000 1100

Color Harmonies of #2E110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E110D

Black with #2E110D

Text Example


Text Example

White with #2E110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E110D; }

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

 H1.HeaderClassName
 {
   color: #2E110D;
 }
 .AnyTagClassName
 {
   color: #2E110D;
 }
</style>

background-color css

<style>
 a { background-color: #2E110D; }

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

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

border-color css

<style>
 span { border-color: #2E110D; }

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

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