Html Css Color HEX #2E1715 Seal Brown

📋 copy color: '#2E1715'

red 46 ◦ green 23 ◦ blue 21

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

Shades of Seal Brown #2E1715

Tints of Seal Brown #2E1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.56%

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

R = 51.11%
G = 25.56%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#2E1715 (or 0x2E1715) is known color: Seal Brown. HEX triplet: 2E, 17 and 15. RGB value is (46,23,21). Sum of RGB (Red+Green+Blue) = 46+23+21=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1715 is #D1E8EA. Grayscale: #1D1D1D. Windows color (decimal): -13756651 or 1382190. OLE color: 1382190.

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

Color convert

RGB 46 23 21 -
CMYK 0 0.50 0.54 0.82
HSL 4.8º 0.37% 0.13% -
HSV(B) 4.8º 0.54% 0.18% -
XYZ 1.57 1.25 0.87 -
YUV 29.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 46 23 21 0 0.50 0.54 0.82 4.8 0.37 0.13
Hex 2E 17 15 0 32 36 52 5 25 D
Octal 56 27 25 0 62 66 122 5 45 15
Binary 101110 10111 10101 0 110010 110110 1010010 101 100101 1101

Color Harmonies of #2E1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1715

Black with #2E1715

Text Example


Text Example

White with #2E1715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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