Html Css Color HEX #4C2F08 Baker's Chocolate

📋 copy color: '#4C2F08'

red 76 ◦ green 47 ◦ blue 8

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

Shades of Baker's Chocolate #4C2F08

Tints of Baker's Chocolate #4C2F08

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.88%

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 58.02%
G = 35.88%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#4C2F08 (or 0x4C2F08) is known color: Baker's Chocolate. HEX triplet: 4C, 2F and 08. RGB value is (76,47,8). Sum of RGB (Red+Green+Blue) = 76+47+8=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2F08 is #B3D0F7. Grayscale: #333333. Windows color (decimal): -11784440 or 536396. OLE color: 536396.

HSL color Cylindrical-coordinate representation of color #4C2F08: hue angle of 34.41º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C2F08 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 47 8 -
CMYK 0 0.38 0.89 0.70
HSL 34.41º 0.81% 0.16% -
HSV(B) 34.41º 0.89% 0.3% -
XYZ 4.04 3.59 0.71 -
YUV 51.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 76 47 8 0 0.38 0.89 0.70 34.41 0.81 0.16
Hex 4C 2F 8 0 26 59 46 22 51 10
Octal 114 57 10 0 46 131 106 42 121 20
Binary 1001100 101111 1000 0 100110 1011001 1000110 100010 1010001 10000

Color Harmonies of #4C2F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F08

Black with #4C2F08

Text Example


Text Example

White with #4C2F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,47,8); }

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

background-color css

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

 a { background-color: rgb(76,47,8); }

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

border-color css

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

 span { border-color: rgb(76,47,8); }

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