#4D3009

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

Shades of Baker's Chocolate #4D3009

Tints of Baker's Chocolate #4D3009

Color information

#4D3009 (or 0x4D3009) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 30 and 09. RGB value is (77,48,9). Sum of RGB (Red+Green+Blue) = 77+48+9=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3009 is #B2CFF6. Grayscale: #343434. Windows color (decimal): -11718647 or 602189. OLE color: 602189.

HSL color Cylindrical-coordinate representation of color #4D3009: hue angle of 34.41º 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 #4D3009 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB77489-
CMYK00.380.880.70
HSL34.41º79.07%16.86%-
HSV(B)34.41º88.31%30.2%-
XYZ4.173.710.76-
YUV52.22103.61145.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 57.46%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=57.46%
G=35.82%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7748900.380.880.7034.4179.0716.86
Hex4D3090265846224f11
Octal11560110461301064211721
Binary10011011100001001010011010110001000110100010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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