#4D2C09

Color #4D2C09 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #4D2C09

Tints of Baker's Chocolate #4D2C09

Color information

#4D2C09 (or 0x4D2C09) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 2C and 09. RGB value is (77,44,9). Sum of RGB (Red+Green+Blue) = 77+44+9=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2C09 is #B2D3F6. Grayscale: #323232. Windows color (decimal): -11719671 or 601165. OLE color: 601165.

HSL color Cylindrical-coordinate representation of color #4D2C09: hue angle of 30.88º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D2C09 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB77449-
CMYK00.430.880.70
HSL30.88º79.07%16.86%-
HSV(B)30.88º88.31%30.2%-
XYZ4.013.40.7-
YUV49.88104.93147.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.23%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=59.23%
G=33.85%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7744900.430.880.7030.8879.0716.86
Hex4D2C902B58461f4f11
Octal11554110531301063711721
Binary1001101101100100101010111011000100011011111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D2C09; }

 p { color: rgb(77,44,9); }

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

<style>
 a { background-color: #4D2C09; }

 a { background-color: rgb(77,44,9); }

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

<style>
 span { border-color: #4D2C09; }

 span { border-color: rgb(77,44,9); }

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