#2F2625

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

Shades of Livid Brown #2F2625

Tints of Livid Brown #2F2625

Color information

#2F2625 (or 0x2F2625) is unknown color: approx Livid Brown. HEX triplet: 2F, 26 and 25. RGB value is (47,38,37). Sum of RGB (Red+Green+Blue) = 47+38+37=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2625 is #D0D9DA. Grayscale: #282828. Windows color (decimal): -13687259 or 2434607. OLE color: 2434607.

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

Color convert

RGB473837-
CMYK00.190.210.82
HSL11.9%16.47%-
HSV(B)21.28%18.43%-
XYZ2.22.122.04-
YUV40.58125.98132.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=38.52%
G=31.15%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47383700.190.210.82611.916.47
Hex2F262501315526c10
Octal5746450232512261420
Binary101111100110100101010011101011010010110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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