Html Css Color HEX #2E170E Brown Pod

📋 copy color: '#2E170E'

red 46 ◦ green 23 ◦ blue 14

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

Shades of Brown Pod #2E170E

Tints of Brown Pod #2E170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.71%

 BLUE value IS 14 (5.86% from 255) = 16.87%

R = 55.42%
G = 27.71%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.82

RGB Variations

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

Color information

#2E170E (or 0x2E170E) is known color: Brown Pod. HEX triplet: 2E, 17 and 0E. RGB value is (46,23,14). Sum of RGB (Red+Green+Blue) = 46+23+14=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E170E is #D1E8F1. Grayscale: #1C1C1C. Windows color (decimal): -13756658 or 923438. OLE color: 923438.

HSL color Cylindrical-coordinate representation of color #2E170E: hue angle of 16.88º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E170E is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 23 14 -
CMYK 0 0.50 0.70 0.82
HSL 16.88º 0.53% 0.12% -
HSV(B) 16.88º 0.7% 0.18% -
XYZ 1.51 1.23 0.57 -
YUV 28.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 46 23 14 0 0.50 0.70 0.82 16.88 0.53 0.12
Hex 2E 17 E 0 32 46 52 11 35 C
Octal 56 27 16 0 62 106 122 21 65 14
Binary 101110 10111 1110 0 110010 1000110 1010010 10001 110101 1100

Color Harmonies of #2E170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E170E

Black with #2E170E

Text Example


Text Example

White with #2E170E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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