#2D270F

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

Shades of Maire #2D270F

Tints of Maire #2D270F

Color information

#2D270F (or 0x2D270F) is unknown color: approx Maire. HEX triplet: 2D, 27 and 0F. RGB value is (45,39,15). Sum of RGB (Red+Green+Blue) = 45+39+15=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 45 - color contains mainly: red. Hex color #2D270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D270F is #D2D8F0. Grayscale: #262626. Windows color (decimal): -13818097 or 993069. OLE color: 993069.

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

Color convert

RGB453915-
CMYK00.130.670.82
HSL48º50%11.76%-
HSV(B)48º66.67%17.65%-
XYZ1.892.040.75-
YUV38.06114.99132.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45.45%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=45.45%
G=39.39%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45391500.130.670.82485011.76
Hex2D27F0D43523032c
Octal554717015103122606214
Binary101101100111111101101100001110100101100001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,39,15); }

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

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

 a { background-color: rgb(45,39,15); }

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

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

 span { border-color: rgb(45,39,15); }

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