Html Css Color HEX #4D320D Baker's Chocolate

📋 copy color: '#4D320D'

red 77 ◦ green 50 ◦ blue 13

#4D320D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #4D320D

Tints of Baker's Chocolate #4D320D

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 value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4D320D (or 0x4D320D) is known color: 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

RGB 77 50 13 -
CMYK 0 0.35 0.83 0.70
HSL 34.69º 0.71% 0.18% -
HSV(B) 34.69º 0.83% 0.3% -
XYZ 4.27 3.89 0.91 -
YUV 53.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 77 50 13 0 0.35 0.83 0.70 34.69 0.71 0.18
Hex 4D 32 D 0 23 53 46 23 47 12
Octal 115 62 15 0 43 123 106 43 107 22
Binary 1001101 110010 1101 0 100011 1010011 1000110 100011 1000111 10010

Color Harmonies of #4D320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D320D

Black with #4D320D

Text Example


Text Example

White with #4D320D

Text Example


Text Example

HTML Codes & Css Web 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>