#2D2309

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

Shades of Maire #2D2309

Tints of Maire #2D2309

Color information

#2D2309 (or 0x2D2309) is unknown color: approx Maire. HEX triplet: 2D, 23 and 09. RGB value is (45,35,9). Sum of RGB (Red+Green+Blue) = 45+35+9=89 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50.56% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2309 is #D2DCF6. Grayscale: #232323. Windows color (decimal): -13819127 or 598829. OLE color: 598829.

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

Color convert

RGB45359-
CMYK00.220.80.82
HSL43.33º66.67%10.59%-
HSV(B)43.33º80%17.65%-
XYZ1.731.780.51-
YUV35.03113.31135.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 50.56%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=50.56%
G=39.33%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.8
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4535900.220.80.8243.3366.6710.59
Hex2D23901650522b43b
Octal5543110261201225310313
Binary10110110001110010101101010000101001010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,9); }

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

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

 a { background-color: rgb(45,35,9); }

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

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

 span { border-color: rgb(45,35,9); }

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