Html Css Color HEX #2E1311 Seal Brown

📋 copy color: '#2E1311'

red 46 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #2E1311

Tints of Seal Brown #2E1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.17%

 BLUE value IS 17 (7.03% from 255) = 20.73%

R = 56.1%
G = 23.17%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.82

RGB Variations

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

Color information

#2E1311 (or 0x2E1311) is known color: Seal Brown. HEX triplet: 2E, 13 and 11. RGB value is (46,19,17). Sum of RGB (Red+Green+Blue) = 46+19+17=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1311 is #D1ECEE. Grayscale: #1A1A1A. Windows color (decimal): -13757679 or 1119022. OLE color: 1119022.

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

Color convert

RGB 46 19 17 -
CMYK 0 0.59 0.63 0.82
HSL 4.14º 0.46% 0.12% -
HSV(B) 4.14º 0.63% 0.18% -
XYZ 1.46 1.09 0.66 -
YUV 26.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 46 19 17 0 0.59 0.63 0.82 4.14 0.46 0.12
Hex 2E 13 11 0 3B 3F 52 4 2E C
Octal 56 23 21 0 73 77 122 4 56 14
Binary 101110 10011 10001 0 111011 111111 1010010 100 101110 1100

Color Harmonies of #2E1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1311

Black with #2E1311

Text Example


Text Example

White with #2E1311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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