Html Css Color HEX #2E2B17 Maire

📋 copy color: '#2E2B17'

red 46 ◦ green 43 ◦ blue 23

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

Shades of Maire #2E2B17

Tints of Maire #2E2B17

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.39%

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 41.07%
G = 38.39%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#2E2B17 (or 0x2E2B17) is known color: Maire. HEX triplet: 2E, 2B and 17. RGB value is (46,43,23). Sum of RGB (Red+Green+Blue) = 46+43+23=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2B17 is #D1D4E8. Grayscale: #292929. Windows color (decimal): -13751529 or 1518382. OLE color: 1518382.

HSL color Cylindrical-coordinate representation of color #2E2B17: hue angle of 52.17º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E2B17 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 43 23 -
CMYK 0 0.07 0.50 0.82
HSL 52.17º 0.33% 0.14% -
HSV(B) 52.17º 0.5% 0.18% -
XYZ 2.15 2.37 1.16 -
YUV 41.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 46 43 23 0 0.07 0.50 0.82 52.17 0.33 0.14
Hex 2E 2B 17 0 7 32 52 34 21 E
Octal 56 53 27 0 7 62 122 64 41 16
Binary 101110 101011 10111 0 111 110010 1010010 110100 100001 1110

Color Harmonies of #2E2B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2B17

Black with #2E2B17

Text Example


Text Example

White with #2E2B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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