#4C2703

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

Shades of Baker's Chocolate #4C2703

Tints of Baker's Chocolate #4C2703

Color information

#4C2703 (or 0x4C2703) is unknown color: approx Baker's Chocolate. HEX triplet: 4C, 27 and 03. RGB value is (76,39,3). Sum of RGB (Red+Green+Blue) = 76+39+3=118 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.41% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2703 is #B3D8FC. Grayscale: #2E2E2E. Windows color (decimal): -11786493 or 206668. OLE color: 206668.

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

Color convert

RGB76393-
CMYK00.490.960.70
HSL29.59º92.41%15.49%-
HSV(B)29.59º96.05%29.8%-
XYZ3.722.990.47-
YUV45.96103.76149.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 64.41%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=64.41%
G=33.05%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7639300.490.960.7029.5992.4115.49
Hex4C27303160461e5cf
Octal1144730611401063613417
Binary1001100100111110110001110000010001101111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,39,3); }

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

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

 a { background-color: rgb(76,39,3); }

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

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

 span { border-color: rgb(76,39,3); }

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