#4D2B03

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

Shades of Baker's Chocolate #4D2B03

Tints of Baker's Chocolate #4D2B03

Color information

#4D2B03 (or 0x4D2B03) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 2B and 03. RGB value is (77,43,3). Sum of RGB (Red+Green+Blue) = 77+43+3=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2B03 is #B2D4FC. Grayscale: #303030. Windows color (decimal): -11719933 or 207693. OLE color: 207693.

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

Color convert

RGB77433-
CMYK00.440.960.70
HSL32.43º92.5%15.69%-
HSV(B)32.43º96.1%30.2%-
XYZ3.943.310.52-
YUV48.61102.26148.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 62.60%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=62.60%
G=34.96%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7743300.440.960.7032.4392.515.69
Hex4D2B302C6046205c10
Octal1155330541401064013420
Binary100110110101111010110011000001000110100000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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