Html Css Color HEX #2E2725 Livid Brown

📋 copy color: '#2E2725'

red 46 ◦ green 39 ◦ blue 37

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

Shades of Livid Brown #2E2725

Tints of Livid Brown #2E2725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.97%

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

R = 37.7%
G = 31.97%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.82

RGB Variations

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

Color information

#2E2725 (or 0x2E2725) is known color: Livid Brown. HEX triplet: 2E, 27 and 25. RGB value is (46,39,37). Sum of RGB (Red+Green+Blue) = 46+39+37=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2725 is #D1D8DA. Grayscale: #282828. Windows color (decimal): -13752539 or 2434862. OLE color: 2434862.

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

Color convert

RGB 46 39 37 -
CMYK 0 0.15 0.20 0.82
HSL 13.33º 0.11% 0.16% -
HSV(B) 13.33º 0.2% 0.18% -
XYZ 2.19 2.17 2.05 -
YUV 40.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 46 39 37 0 0.15 0.20 0.82 13.33 0.11 0.16
Hex 2E 27 25 0 F 14 52 D B 10
Octal 56 47 45 0 17 24 122 15 13 20
Binary 101110 100111 100101 0 1111 10100 1010010 1101 1011 10000

Color Harmonies of #2E2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2725

Black with #2E2725

Text Example


Text Example

White with #2E2725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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