Html Css Color HEX #4F2C0C Baker's Chocolate

📋 copy color: '#4F2C0C'

red 79 ◦ green 44 ◦ blue 12

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

Shades of Baker's Chocolate #4F2C0C

Tints of Baker's Chocolate #4F2C0C

RGB

 RED value IS 79 (31.25% from 255) = 58.52%

 GREEN value IS 44 (17.58% from 255) = 32.59%

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

R = 58.52%
G = 32.59%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4F2C0C (or 0x4F2C0C) is known color: Baker's Chocolate. HEX triplet: 4F, 2C and 0C. RGB value is (79,44,12). Sum of RGB (Red+Green+Blue) = 79+44+12=135 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.52% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2C0C is #B0D3F3. Grayscale: #323232. Windows color (decimal): -11588596 or 797775. OLE color: 797775.

HSL color Cylindrical-coordinate representation of color #4F2C0C: hue angle of 28.66º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F2C0C is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 44 12 -
CMYK 0 0.44 0.85 0.69
HSL 28.66º 0.74% 0.18% -
HSV(B) 28.66º 0.85% 0.31% -
XYZ 4.19 3.49 0.8 -
YUV 50.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 79 44 12 0 0.44 0.85 0.69 28.66 0.74 0.18
Hex 4F 2C C 0 2C 55 45 1D 4A 12
Octal 117 54 14 0 54 125 105 35 112 22
Binary 1001111 101100 1100 0 101100 1010101 1000101 11101 1001010 10010

Color Harmonies of #4F2C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2C0C

Black with #4F2C0C

Text Example


Text Example

White with #4F2C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,44,12); }

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

background-color css

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

 a { background-color: rgb(79,44,12); }

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

border-color css

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

 span { border-color: rgb(79,44,12); }

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