#2F2321

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

Shades of Livid Brown #2F2321

Tints of Livid Brown #2F2321

Color information

#2F2321 (or 0x2F2321) is unknown color: approx Livid Brown. HEX triplet: 2F, 23 and 21. RGB value is (47,35,33). Sum of RGB (Red+Green+Blue) = 47+35+33=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2321 is #D0DCDE. Grayscale: #262626. Windows color (decimal): -13688031 or 2171695. OLE color: 2171695.

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

Color convert

RGB473533-
CMYK00.260.300.82
HSL8.57º17.5%15.69%-
HSV(B)8.57º29.79%18.43%-
XYZ2.051.921.7-
YUV38.36124.98134.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.87%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=40.87%
G=30.43%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47353300.260.300.828.5717.515.69
Hex2F232101A1E5291210
Octal57434103236122112220
Binary10111110001110000101101011110101001010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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