#4C2E00

Color #4C2E00 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #4C2E00

Tints of Baker's Chocolate #4C2E00

Color information

#4C2E00 (or 0x4C2E00) is unknown color: approx Baker's Chocolate. HEX triplet: 4C, 2E and 00. RGB value is (76,46,0). Sum of RGB (Red+Green+Blue) = 76+46+0=122 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.30% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2E00 is #B3D1FF. Grayscale: #313131. Windows color (decimal): -11784704 or 11852. OLE color: 11852.

HSL color Cylindrical-coordinate representation of color #4C2E00: hue angle of 36.32º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C2E00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB76460-
CMYK00.3910.70
HSL36.32º100%14.9%-
HSV(B)36.32º100%29.8%-
XYZ3.963.490.47-
YUV49.7399.94146.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 62.30%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.30%
G=37.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7646000.3910.7036.3210014.9
Hex4C2E002764462464f
Octal1145600471441064414417
Binary1001100101110001001111100100100011010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,46,0); }

 H1.HeaderClassName
 {
   color: #4C2E00;
 }
 .AnyTagClassName
 {
   color: #4C2E00;
 }
</style>
background-color css

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

 a { background-color: rgb(76,46,0); }

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

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

 span { border-color: rgb(76,46,0); }

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