Html Css Color HEX #2E1815 Seal Brown

📋 copy color: '#2E1815'

red 46 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #2E1815

Tints of Seal Brown #2E1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.37%

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 50.55%
G = 26.37%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#2E1815 (or 0x2E1815) is known color: Seal Brown. HEX triplet: 2E, 18 and 15. RGB value is (46,24,21). Sum of RGB (Red+Green+Blue) = 46+24+21=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1815 is #D1E7EA. Grayscale: #1E1E1E. Windows color (decimal): -13756395 or 1382446. OLE color: 1382446.

HSL color Cylindrical-coordinate representation of color #2E1815: hue angle of 7.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1815 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 24 21 -
CMYK 0 0.48 0.54 0.82
HSL 7.2º 0.37% 0.13% -
HSV(B) 7.2º 0.54% 0.18% -
XYZ 1.59 1.29 0.87 -
YUV 30.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 46 24 21 0 0.48 0.54 0.82 7.2 0.37 0.13
Hex 2E 18 15 0 30 36 52 7 25 D
Octal 56 30 25 0 60 66 122 7 45 15
Binary 101110 11000 10101 0 110000 110110 1010010 111 100101 1101

Color Harmonies of #2E1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1815

Black with #2E1815

Text Example


Text Example

White with #2E1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,24,21); }

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

background-color css

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

 a { background-color: rgb(46,24,21); }

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

border-color css

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

 span { border-color: rgb(46,24,21); }

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