#4D320D

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

Shades of Baker's Chocolate #4D320D

Tints of Baker's Chocolate #4D320D

Color information

#4D320D (or 0x4D320D) is unknown color: approx Baker's Chocolate. HEX triplet: 4D, 32 and 0D. RGB value is (77,50,13). Sum of RGB (Red+Green+Blue) = 77+50+13=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D320D is #B2CDF2. Grayscale: #363636. Windows color (decimal): -11718131 or 864845. OLE color: 864845.

HSL color Cylindrical-coordinate representation of color #4D320D: hue angle of 34.69º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D320D is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB775013-
CMYK00.350.830.70
HSL34.69º71.11%17.65%-
HSV(B)34.69º83.12%30.2%-
XYZ4.273.890.91-
YUV53.86104.95144.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=55%
G=35.71%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77501300.350.830.7034.6971.1117.65
Hex4D32D0235346234712
Octal11562150431231064310722
Binary10011011100101101010001110100111000110100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,13); }

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

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

 a { background-color: rgb(77,50,13); }

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

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

 span { border-color: rgb(77,50,13); }

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