#4D3206

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

Shades of Baker's Chocolate #4D3206

Tints of Baker's Chocolate #4D3206

Color information

#4D3206 (or 0x4D3206) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 32 and 06. RGB value is (77,50,6). Sum of RGB (Red+Green+Blue) = 77+50+6=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3206 is #B2CDF9. Grayscale: #353535. Windows color (decimal): -11718138 or 406093. OLE color: 406093.

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

Color convert

RGB77506-
CMYK00.350.920.70
HSL37.18º85.54%16.27%-
HSV(B)37.18º92.21%30.2%-
XYZ4.233.870.7-
YUV53.06101.45145.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 57.89%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=57.89%
G=37.59%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7750600.350.920.7037.1885.5416.27
Hex4D3260235C46255610
Octal1156260431341064512620
Binary1001101110010110010001110111001000110100101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,6); }

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

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

 a { background-color: rgb(77,50,6); }

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

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

 span { border-color: rgb(77,50,6); }

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