#2F2808

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

Shades of Maire #2F2808

Tints of Maire #2F2808

Color information

#2F2808 (or 0x2F2808) is unknown color: approx Maire. HEX triplet: 2F, 28 and 08. RGB value is (47,40,8). Sum of RGB (Red+Green+Blue) = 47+40+8=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2808 is #D0D7F7. Grayscale: #262626. Windows color (decimal): -13686776 or 534575. OLE color: 534575.

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

Color convert

RGB47408-
CMYK00.150.830.82
HSL49.23º70.91%10.78%-
HSV(B)49.23º82.98%18.43%-
XYZ1.972.140.54-
YUV38.44110.82134.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 49.47%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=49.47%
G=42.11%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4740800.150.830.8249.2370.9110.78
Hex2F2880F53523147b
Octal5750100171231226110713
Binary1011111010001000011111010011101001011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,40,8); }

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

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

 a { background-color: rgb(47,40,8); }

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

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

 span { border-color: rgb(47,40,8); }

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