#4C2B07

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

Shades of Baker's Chocolate #4C2B07

Tints of Baker's Chocolate #4C2B07

Color information

#4C2B07 (or 0x4C2B07) is unknown color: approx Baker's Chocolate. HEX triplet: 4C, 2B and 07. RGB value is (76,43,7). Sum of RGB (Red+Green+Blue) = 76+43+7=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2B07 is #B3D4F8. Grayscale: #303030. Windows color (decimal): -11785465 or 469836. OLE color: 469836.

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

Color convert

RGB76437-
CMYK00.430.910.70
HSL31.3º83.13%16.27%-
HSV(B)31.3º90.79%29.8%-
XYZ3.883.280.63-
YUV48.76104.43147.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.32%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=60.32%
G=34.13%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7643700.430.910.7031.383.1316.27
Hex4C2B702B5B461f5310
Octal1145370531331063712320
Binary100110010101111101010111011011100011011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,43,7); }

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

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

 a { background-color: rgb(76,43,7); }

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

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

 span { border-color: rgb(76,43,7); }

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