#2E2321

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

Shades of Livid Brown #2E2321

Tints of Livid Brown #2E2321

Color information

#2E2321 (or 0x2E2321) is unknown color: approx Livid Brown. HEX triplet: 2E, 23 and 21. RGB value is (46,35,33). Sum of RGB (Red+Green+Blue) = 46+35+33=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2321 is #D1DCDE. Grayscale: #262626. Windows color (decimal): -13753567 or 2171694. OLE color: 2171694.

HSL color Cylindrical-coordinate representation of color #2E2321: hue angle of 9.23º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2321 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB463533-
CMYK00.240.280.82
HSL9.23º16.46%15.49%-
HSV(B)9.23º28.26%18.04%-
XYZ21.891.7-
YUV38.06125.14133.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.35%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=40.35%
G=30.70%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46353300.240.280.829.2316.4615.49
Hex2E23210181C52910f
Octal56434103034122112017
Binary1011101000111000010110001110010100101001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,33); }

 H1.HeaderClassName
 {
   color: #2E2321;
 }
 .AnyTagClassName
 {
   color: #2E2321;
 }
</style>
background-color css

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

 a { background-color: rgb(46,35,33); }

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

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

 span { border-color: rgb(46,35,33); }

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