#2F2726

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

Shades of Livid Brown #2F2726

Tints of Livid Brown #2F2726

Color information

#2F2726 (or 0x2F2726) is unknown color: approx Livid Brown. HEX triplet: 2F, 27 and 26. RGB value is (47,39,38). Sum of RGB (Red+Green+Blue) = 47+39+38=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2726 is #D0D8D9. Grayscale: #292929. Windows color (decimal): -13687002 or 2500399. OLE color: 2500399.

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

Color convert

RGB473938-
CMYK00.170.190.82
HSL6.67º10.59%16.67%-
HSV(B)6.67º19.15%18.43%-
XYZ2.252.22.14-
YUV41.28126.15132.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.90%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=37.90%
G=31.45%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47393800.170.190.826.6710.5916.67
Hex2F272601113527b11
Octal5747460212312271321
Binary101111100111100110010001100111010010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,39,38); }

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

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

 a { background-color: rgb(47,39,38); }

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

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

 span { border-color: rgb(47,39,38); }

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