#4C280A

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

Shades of Baker's Chocolate #4C280A

Tints of Baker's Chocolate #4C280A

Color information

#4C280A (or 0x4C280A) is unknown color: approx Baker's Chocolate. HEX triplet: 4C, 28 and 0A. RGB value is (76,40,10). Sum of RGB (Red+Green+Blue) = 76+40+10=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C280A is #B3D7F5. Grayscale: #2F2F2F. Windows color (decimal): -11786230 or 665676. OLE color: 665676.

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

Color convert

RGB764010-
CMYK00.470.870.70
HSL27.27º76.74%16.86%-
HSV(B)27.27º86.84%29.8%-
XYZ3.793.080.68-
YUV47.34106.93148.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.32%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=60.32%
G=31.75%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76401000.470.870.7027.2776.7416.86
Hex4C28A02F57461b4d11
Octal11450120571271063311521
Binary1001100101000101001011111010111100011011011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,10); }

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

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

 a { background-color: rgb(76,40,10); }

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

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

 span { border-color: rgb(76,40,10); }

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