Html Css Color HEX #4C2D0C Baker's Chocolate

📋 copy color: '#4C2D0C'

red 76 ◦ green 45 ◦ blue 12

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

Shades of Baker's Chocolate #4C2D0C

Tints of Baker's Chocolate #4C2D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.83%

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

R = 57.14%
G = 33.83%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4C2D0C (or 0x4C2D0C) is known color: Baker's Chocolate. HEX triplet: 4C, 2D and 0C. RGB value is (76,45,12). Sum of RGB (Red+Green+Blue) = 76+45+12=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2D0C is #B3D2F3. Grayscale: #323232. Windows color (decimal): -11784948 or 798028. OLE color: 798028.

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

Color convert

RGB 76 45 12 -
CMYK 0 0.41 0.84 0.70
HSL 30.94º 0.73% 0.17% -
HSV(B) 30.94º 0.84% 0.3% -
XYZ 3.99 3.44 0.8 -
YUV 50.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 76 45 12 0 0.41 0.84 0.70 30.94 0.73 0.17
Hex 4C 2D C 0 29 54 46 1F 49 11
Octal 114 55 14 0 51 124 106 37 111 21
Binary 1001100 101101 1100 0 101001 1010100 1000110 11111 1001001 10001

Color Harmonies of #4C2D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2D0C

Black with #4C2D0C

Text Example


Text Example

White with #4C2D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,45,12); }

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

background-color css

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

 a { background-color: rgb(76,45,12); }

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

border-color css

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

 span { border-color: rgb(76,45,12); }

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