#4D3301

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

Shades of Baker's Chocolate #4D3301

Tints of Baker's Chocolate #4D3301

Color information

#4D3301 (or 0x4D3301) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 33 and 01. RGB value is (77,51,1). Sum of RGB (Red+Green+Blue) = 77+51+1=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3301 is #B2CCFE. Grayscale: #353535. Windows color (decimal): -11717887 or 78669. OLE color: 78669.

HSL color Cylindrical-coordinate representation of color #4D3301: hue angle of 39.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D3301 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB77511-
CMYK00.340.990.70
HSL39.47º97.44%15.29%-
HSV(B)39.47º98.7%30.2%-
XYZ4.253.950.57-
YUV53.0798.61145.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.69%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=59.69%
G=39.53%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7751100.340.990.7039.4797.4415.29
Hex4D33102263462761f
Octal1156310421431064714117
Binary1001101110011101000101100011100011010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,1); }

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

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

 a { background-color: rgb(77,51,1); }

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

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

 span { border-color: rgb(77,51,1); }

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