#4D2403

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

Shades of Baker's Chocolate #4D2403

Tints of Baker's Chocolate #4D2403

Color information

#4D2403 (or 0x4D2403) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 24 and 03. RGB value is (77,36,3). Sum of RGB (Red+Green+Blue) = 77+36+3=116 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.38% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2403 is #B2DBFC. Grayscale: #2C2C2C. Windows color (decimal): -11721725 or 205901. OLE color: 205901.

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

Color convert

RGB77363-
CMYK00.530.960.70
HSL26.76º92.5%15.69%-
HSV(B)26.76º96.1%30.2%-
XYZ3.712.850.44-
YUV44.5104.58151.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 66.38%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=66.38%
G=31.03%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7736300.530.960.7026.7692.515.69
Hex4D24303560461b5c10
Octal1154430651401063313420
Binary10011011001001101101011100000100011011011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,36,3); }

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

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

 a { background-color: rgb(77,36,3); }

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

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

 span { border-color: rgb(77,36,3); }

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