Html Css Color HEX #2E1A11 Brown Pod

📋 copy color: '#2E1A11'

red 46 ◦ green 26 ◦ blue 17

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

Shades of Brown Pod #2E1A11

Tints of Brown Pod #2E1A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.21%

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

R = 51.69%
G = 29.21%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.82

RGB Variations

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

Color information

#2E1A11 (or 0x2E1A11) is known color: Brown Pod. HEX triplet: 2E, 1A and 11. RGB value is (46,26,17). Sum of RGB (Red+Green+Blue) = 46+26+17=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1A11 is #D1E5EE. Grayscale: #1F1F1F. Windows color (decimal): -13755887 or 1120814. OLE color: 1120814.

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

Color convert

RGB 46 26 17 -
CMYK 0 0.43 0.63 0.82
HSL 18.62º 0.46% 0.12% -
HSV(B) 18.62º 0.63% 0.18% -
XYZ 1.6 1.36 0.71 -
YUV 30.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 46 26 17 0 0.43 0.63 0.82 18.62 0.46 0.12
Hex 2E 1A 11 0 2B 3F 52 13 2E C
Octal 56 32 21 0 53 77 122 23 56 14
Binary 101110 11010 10001 0 101011 111111 1010010 10011 101110 1100

Color Harmonies of #2E1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1A11

Black with #2E1A11

Text Example


Text Example

White with #2E1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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