Html Css Color HEX #2E1C17 Brown Pod

📋 copy color: '#2E1C17'

red 46 ◦ green 28 ◦ blue 23

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

Shades of Brown Pod #2E1C17

Tints of Brown Pod #2E1C17

RGB

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

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

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

R = 47.42%
G = 28.87%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#2E1C17 (or 0x2E1C17) is known color: Brown Pod. HEX triplet: 2E, 1C and 17. RGB value is (46,28,23). Sum of RGB (Red+Green+Blue) = 46+28+23=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1C17 is #D1E3E8. Grayscale: #202020. Windows color (decimal): -13755369 or 1514542. OLE color: 1514542.

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

Color convert

RGB 46 28 23 -
CMYK 0 0.39 0.50 0.82
HSL 13.04º 0.33% 0.14% -
HSV(B) 13.04º 0.5% 0.18% -
XYZ 1.7 1.47 1.01 -
YUV 32.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 46 28 23 0 0.39 0.50 0.82 13.04 0.33 0.14
Hex 2E 1C 17 0 27 32 52 D 21 E
Octal 56 34 27 0 47 62 122 15 41 16
Binary 101110 11100 10111 0 100111 110010 1010010 1101 100001 1110

Color Harmonies of #2E1C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1C17

Black with #2E1C17

Text Example


Text Example

White with #2E1C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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