#4C2609

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

Shades of Baker's Chocolate #4C2609

Tints of Baker's Chocolate #4C2609

Color information

#4C2609 (or 0x4C2609) is unknown color: approx Baker's Chocolate. HEX triplet: 4C, 26 and 09. RGB value is (76,38,9). Sum of RGB (Red+Green+Blue) = 76+38+9=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2609 is #B3D9F6. Grayscale: #2E2E2E. Windows color (decimal): -11786743 or 599628. OLE color: 599628.

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

Color convert

RGB76389-
CMYK00.50.880.70
HSL25.97º78.82%16.67%-
HSV(B)25.97º88.16%29.8%-
XYZ3.722.940.63-
YUV46.06107.09149.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 61.79%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=61.79%
G=30.89%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7638900.50.880.7025.9778.8216.67
Hex4C26903258461a4f11
Octal11446110621301063211721
Binary1001100100110100101100101011000100011011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,38,9); }

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

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

 a { background-color: rgb(76,38,9); }

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

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

 span { border-color: rgb(76,38,9); }

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