Html Css Color HEX #2E1211 Seal Brown

📋 copy color: '#2E1211'

red 46 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #2E1211

Tints of Seal Brown #2E1211

RGB

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

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

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

R = 56.79%
G = 22.22%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.82

RGB Variations

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

Color information

#2E1211 (or 0x2E1211) is known color: Seal Brown. HEX triplet: 2E, 12 and 11. RGB value is (46,18,17). Sum of RGB (Red+Green+Blue) = 46+18+17=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1211 is #D1EDEE. Grayscale: #1A1A1A. Windows color (decimal): -13757935 or 1118766. OLE color: 1118766.

HSL color Cylindrical-coordinate representation of color #2E1211: hue angle of 2.07º 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 #2E1211 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 18 17 -
CMYK 0 0.61 0.63 0.82
HSL 2.07º 0.46% 0.12% -
HSV(B) 2.07º 0.63% 0.18% -
XYZ 1.44 1.05 0.66 -
YUV 26.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 46 18 17 0 0.61 0.63 0.82 2.07 0.46 0.12
Hex 2E 12 11 0 3D 3F 52 2 2E C
Octal 56 22 21 0 75 77 122 2 56 14
Binary 101110 10010 10001 0 111101 111111 1010010 10 101110 1100

Color Harmonies of #2E1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1211

Black with #2E1211

Text Example


Text Example

White with #2E1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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