Html Css Color HEX #4C310B Baker's Chocolate

📋 copy color: '#4C310B'

red 76 ◦ green 49 ◦ blue 11

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

Shades of Baker's Chocolate #4C310B

Tints of Baker's Chocolate #4C310B

RGB

 RED value IS 76 (30.08% from 255) = 55.88%

 GREEN value IS 49 (19.53% from 255) = 36.03%

 BLUE value IS 11 (4.69% from 255) = 8.09%

R = 55.88%
G = 36.03%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4C310B (or 0x4C310B) is known color: Baker's Chocolate. HEX triplet: 4C, 31 and 0B. RGB value is (76,49,11). Sum of RGB (Red+Green+Blue) = 76+49+11=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C310B is #B3CEF4. Grayscale: #343434. Windows color (decimal): -11783925 or 733516. OLE color: 733516.

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

Color convert

RGB 76 49 11 -
CMYK 0 0.36 0.86 0.70
HSL 35.08º 0.75% 0.17% -
HSV(B) 35.08º 0.86% 0.3% -
XYZ 4.14 3.76 0.82 -
YUV 52.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 76 49 11 0 0.36 0.86 0.70 35.08 0.75 0.17
Hex 4C 31 B 0 24 56 46 23 4B 11
Octal 114 61 13 0 44 126 106 43 113 21
Binary 1001100 110001 1011 0 100100 1010110 1000110 100011 1001011 10001

Color Harmonies of #4C310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C310B

Black with #4C310B

Text Example


Text Example

White with #4C310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,49,11); }

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

background-color css

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

 a { background-color: rgb(76,49,11); }

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

border-color css

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

 span { border-color: rgb(76,49,11); }

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