Html Css Color HEX #4D3209 Baker's Chocolate

📋 copy color: '#4D3209'

red 77 ◦ green 50 ◦ blue 9

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

Shades of Baker's Chocolate #4D3209

Tints of Baker's Chocolate #4D3209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.62%

R = 56.62%
G = 36.76%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4D3209 (or 0x4D3209) is known color: Baker's Chocolate. HEX triplet: 4D, 32 and 09. RGB value is (77,50,9). Sum of RGB (Red+Green+Blue) = 77+50+9=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3209 is #B2CDF6. Grayscale: #353535. Windows color (decimal): -11718135 or 602701. OLE color: 602701.

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

Color convert

RGB 77 50 9 -
CMYK 0 0.35 0.88 0.70
HSL 36.18º 0.79% 0.17% -
HSV(B) 36.18º 0.88% 0.3% -
XYZ 4.25 3.88 0.78 -
YUV 53.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 77 50 9 0 0.35 0.88 0.70 36.18 0.79 0.17
Hex 4D 32 9 0 23 58 46 24 4F 11
Octal 115 62 11 0 43 130 106 44 117 21
Binary 1001101 110010 1001 0 100011 1011000 1000110 100100 1001111 10001

Color Harmonies of #4D3209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3209

Black with #4D3209

Text Example


Text Example

White with #4D3209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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