#2E2725

Color #2E2725 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #2E2725

Tints of Livid Brown #2E2725

Color information

#2E2725 (or 0x2E2725) is unknown color: approx 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

RGB463937-
CMYK00.150.200.82
HSL13.33º10.84%16.27%-
HSV(B)13.33º19.57%18.04%-
XYZ2.192.172.05-
YUV40.86125.82131.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.70%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=37.70%
G=31.97%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46393700.150.200.8213.3310.8416.27
Hex2E27250F1452db10
Octal56474501724122151320
Binary101110100111100101011111010010100101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>