Html Css Color HEX #4D2809 Baker's Chocolate

📋 copy color: '#4D2809'

red 77 ◦ green 40 ◦ blue 9

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

Shades of Baker's Chocolate #4D2809

Tints of Baker's Chocolate #4D2809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

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

R = 61.11%
G = 31.75%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4D2809 (or 0x4D2809) is known color: Baker's Chocolate. HEX triplet: 4D, 28 and 09. RGB value is (77,40,9). Sum of RGB (Red+Green+Blue) = 77+40+9=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2809 is #B2D7F6. Grayscale: #2F2F2F. Windows color (decimal): -11720695 or 600141. OLE color: 600141.

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

Color convert

RGB 77 40 9 -
CMYK 0 0.48 0.88 0.70
HSL 27.35º 0.79% 0.17% -
HSV(B) 27.35º 0.88% 0.3% -
XYZ 3.87 3.12 0.66 -
YUV 47.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 77 40 9 0 0.48 0.88 0.70 27.35 0.79 0.17
Hex 4D 28 9 0 30 58 46 1B 4F 11
Octal 115 50 11 0 60 130 106 33 117 21
Binary 1001101 101000 1001 0 110000 1011000 1000110 11011 1001111 10001

Color Harmonies of #4D2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2809

Black with #4D2809

Text Example


Text Example

White with #4D2809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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