#4D2904

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

Shades of Baker's Chocolate #4D2904

Tints of Baker's Chocolate #4D2904

Color information

#4D2904 (or 0x4D2904) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 29 and 04. RGB value is (77,41,4). Sum of RGB (Red+Green+Blue) = 77+41+4=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2904 is #B2D6FB. Grayscale: #2F2F2F. Windows color (decimal): -11720444 or 272717. OLE color: 272717.

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

Color convert

RGB77414-
CMYK00.470.950.70
HSL30.41º90.12%15.88%-
HSV(B)30.41º94.81%30.2%-
XYZ3.883.170.52-
YUV47.55103.43149.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.11%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=63.11%
G=33.61%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7741400.470.950.7030.4190.1215.88
Hex4D29402F5F461e5a10
Octal1155140571371063613220
Binary100110110100110001011111011111100011011110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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