#4D3103

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

Shades of Baker's Chocolate #4D3103

Tints of Baker's Chocolate #4D3103

Color information

#4D3103 (or 0x4D3103) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 31 and 03. RGB value is (77,49,3). Sum of RGB (Red+Green+Blue) = 77+49+3=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3103 is #B2CEFC. Grayscale: #343434. Windows color (decimal): -11718397 or 209229. OLE color: 209229.

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

Color convert

RGB77493-
CMYK00.360.960.70
HSL37.3º92.5%15.69%-
HSV(B)37.3º96.1%30.2%-
XYZ4.183.780.6-
YUV52.13100.28145.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.69%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=59.69%
G=37.98%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7749300.360.960.7037.392.515.69
Hex4D3130246046255c10
Octal1156130441401064513420
Binary100110111000111010010011000001000110100101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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