Html Css Color HEX #2E2625 Livid Brown

📋 copy color: '#2E2625'

red 46 ◦ green 38 ◦ blue 37

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

Shades of Livid Brown #2E2625

Tints of Livid Brown #2E2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 38.02%
G = 31.4%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.82

RGB Variations

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

Color information

#2E2625 (or 0x2E2625) is known color: Livid Brown. HEX triplet: 2E, 26 and 25. RGB value is (46,38,37). Sum of RGB (Red+Green+Blue) = 46+38+37=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2625 is #D1D9DA. Grayscale: #282828. Windows color (decimal): -13752795 or 2434606. OLE color: 2434606.

HSL color Cylindrical-coordinate representation of color #2E2625: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2E2625 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 38 37 -
CMYK 0 0.17 0.20 0.82
HSL 6.67º 0.11% 0.16% -
HSV(B) 6.67º 0.2% 0.18% -
XYZ 2.15 2.1 2.04 -
YUV 40.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 46 38 37 0 0.17 0.20 0.82 6.67 0.11 0.16
Hex 2E 26 25 0 11 14 52 7 B 10
Octal 56 46 45 0 21 24 122 7 13 20
Binary 101110 100110 100101 0 10001 10100 1010010 111 1011 10000

Color Harmonies of #2E2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2625

Black with #2E2625

Text Example


Text Example

White with #2E2625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,38,37); }

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

background-color css

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

 a { background-color: rgb(46,38,37); }

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

border-color css

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

 span { border-color: rgb(46,38,37); }

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