Html Css Color HEX #2E1C11 Wood Bark

📋 copy color: '#2E1C11'

red 46 ◦ green 28 ◦ blue 17

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

Shades of Wood Bark #2E1C11

Tints of Wood Bark #2E1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.77%

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

R = 50.55%
G = 30.77%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.82

RGB Variations

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

Color information

#2E1C11 (or 0x2E1C11) is known color: Wood Bark. HEX triplet: 2E, 1C and 11. RGB value is (46,28,17). Sum of RGB (Red+Green+Blue) = 46+28+17=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1C11 is #D1E3EE. Grayscale: #202020. Windows color (decimal): -13755375 or 1121326. OLE color: 1121326.

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

Color convert

RGB 46 28 17 -
CMYK 0 0.39 0.63 0.82
HSL 22.76º 0.46% 0.12% -
HSV(B) 22.76º 0.63% 0.18% -
XYZ 1.64 1.45 0.72 -
YUV 32.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 46 28 17 0 0.39 0.63 0.82 22.76 0.46 0.12
Hex 2E 1C 11 0 27 3F 52 17 2E C
Octal 56 34 21 0 47 77 122 27 56 14
Binary 101110 11100 10001 0 100111 111111 1010010 10111 101110 1100

Color Harmonies of #2E1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1C11

Black with #2E1C11

Text Example


Text Example

White with #2E1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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