Html Css Color HEX #2E1D1D Seal Brown

📋 copy color: '#2E1D1D'

red 46 ◦ green 29 ◦ blue 29

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

Shades of Seal Brown #2E1D1D

Tints of Seal Brown #2E1D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.88%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 44.23%
G = 27.88%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.82

RGB Variations

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

Color information

#2E1D1D (or 0x2E1D1D) is known color: Seal Brown. HEX triplet: 2E, 1D and 1D. RGB value is (46,29,29). Sum of RGB (Red+Green+Blue) = 46+29+29=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1D1D is #D1E2E2. Grayscale: #222222. Windows color (decimal): -13755107 or 1908014. OLE color: 1908014.

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

Color convert

RGB 46 29 29 -
CMYK 0 0.37 0.37 0.82
HSL 0.23% 0.15% -
HSV(B) 0.37% 0.18% -
XYZ 1.79 1.55 1.37 -
YUV 34.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 46 29 29 0 0.37 0.37 0.82 0 0.23 0.15
Hex 2E 1D 1D 0 25 25 52 0 17 F
Octal 56 35 35 0 45 45 122 0 27 17
Binary 101110 11101 11101 0 100101 100101 1010010 0 10111 1111

Color Harmonies of #2E1D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1D1D

Black with #2E1D1D

Text Example


Text Example

White with #2E1D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,29,29); }

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

background-color css

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

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

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

border-color css

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

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

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