Html Css Color HEX #4D290C Baker's Chocolate

📋 copy color: '#4D290C'

red 77 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #4D290C

Tints of Baker's Chocolate #4D290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.54%

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 59.23%
G = 31.54%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D290C (or 0x4D290C) is known color: Baker's Chocolate. HEX triplet: 4D, 29 and 0C. RGB value is (77,41,12). Sum of RGB (Red+Green+Blue) = 77+41+12=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D290C is #B2D6F3. Grayscale: #303030. Windows color (decimal): -11720436 or 797005. OLE color: 797005.

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

Color convert

RGB 77 41 12 -
CMYK 0 0.47 0.84 0.70
HSL 26.77º 0.73% 0.17% -
HSV(B) 26.77º 0.84% 0.3% -
XYZ 3.92 3.19 0.76 -
YUV 48.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 77 41 12 0 0.47 0.84 0.70 26.77 0.73 0.17
Hex 4D 29 C 0 2F 54 46 1B 49 11
Octal 115 51 14 0 57 124 106 33 111 21
Binary 1001101 101001 1100 0 101111 1010100 1000110 11011 1001001 10001

Color Harmonies of #4D290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D290C

Black with #4D290C

Text Example


Text Example

White with #4D290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,41,12); }

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

background-color css

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

 a { background-color: rgb(77,41,12); }

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

border-color css

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

 span { border-color: rgb(77,41,12); }

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