Html Css Color HEX #4D320E Baker's Chocolate

📋 copy color: '#4D320E'

red 77 ◦ green 50 ◦ blue 14

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

Shades of Baker's Chocolate #4D320E

Tints of Baker's Chocolate #4D320E

RGB

 RED value IS 77 (30.47% from 255) = 54.61%

 GREEN value IS 50 (19.92% from 255) = 35.46%

 BLUE value IS 14 (5.86% from 255) = 9.93%

R = 54.61%
G = 35.46%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4D320E (or 0x4D320E) is known color: Baker's Chocolate. HEX triplet: 4D, 32 and 0E. RGB value is (77,50,14). Sum of RGB (Red+Green+Blue) = 77+50+14=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D320E is #B2CDF1. Grayscale: #363636. Windows color (decimal): -11718130 or 930381. OLE color: 930381.

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

Color convert

RGB 77 50 14 -
CMYK 0 0.35 0.82 0.70
HSL 34.29º 0.69% 0.18% -
HSV(B) 34.29º 0.82% 0.3% -
XYZ 4.28 3.89 0.94 -
YUV 53.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 77 50 14 0 0.35 0.82 0.70 34.29 0.69 0.18
Hex 4D 32 E 0 23 52 46 22 45 12
Octal 115 62 16 0 43 122 106 42 105 22
Binary 1001101 110010 1110 0 100011 1010010 1000110 100010 1000101 10010

Color Harmonies of #4D320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D320E

Black with #4D320E

Text Example


Text Example

White with #4D320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D320E;
 }
 .AnyTagClassName
 {
   color: #4D320E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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