#4D3002

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

Shades of Baker's Chocolate #4D3002

Tints of Baker's Chocolate #4D3002

Color information

#4D3002 (or 0x4D3002) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 30 and 02. RGB value is (77,48,2). Sum of RGB (Red+Green+Blue) = 77+48+2=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3002 is #B2CFFD. Grayscale: #333333. Windows color (decimal): -11718654 or 143437. OLE color: 143437.

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

Color convert

RGB77482-
CMYK00.380.970.70
HSL36.8º94.94%15.49%-
HSV(B)36.8º97.4%30.2%-
XYZ4.133.70.55-
YUV51.43100.11146.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.63%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=60.63%
G=37.80%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7748200.380.970.7036.894.9415.49
Hex4D3020266146255ff
Octal1156020461411064513717
Binary10011011100001001001101100001100011010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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