#4D2905

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

Shades of Baker's Chocolate #4D2905

Tints of Baker's Chocolate #4D2905

Color information

#4D2905 (or 0x4D2905) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 29 and 05. RGB value is (77,41,5). Sum of RGB (Red+Green+Blue) = 77+41+5=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2905 is #B2D6FA. Grayscale: #2F2F2F. Windows color (decimal): -11720443 or 338253. OLE color: 338253.

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

Color convert

RGB77415-
CMYK00.470.940.70
HSL30º87.8%16.08%-
HSV(B)30º93.51%30.2%-
XYZ3.883.170.55-
YUV47.66103.93148.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 62.60%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=62.60%
G=33.33%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7741500.470.940.703087.816.08
Hex4D29502F5E461e5810
Octal1155150571361063613020
Binary100110110100110101011111011110100011011110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,5); }

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

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

 a { background-color: rgb(77,41,5); }

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

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

 span { border-color: rgb(77,41,5); }

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