#4F260C

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

Shades of Baker's Chocolate #4F260C

Tints of Baker's Chocolate #4F260C

Color information

#4F260C (or 0x4F260C) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 26 and 0C. RGB value is (79,38,12). Sum of RGB (Red+Green+Blue) = 79+38+12=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F260C is #B0D9F3. Grayscale: #2F2F2F. Windows color (decimal): -11590132 or 796239. OLE color: 796239.

HSL color Cylindrical-coordinate representation of color #4F260C: hue angle of 23.28º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F260C is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB793812-
CMYK00.520.850.69
HSL23.28º73.63%17.84%-
HSV(B)23.28º84.81%30.98%-
XYZ3.983.080.73-
YUV47.29108.08150.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 61.24%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=61.24%
G=29.46%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79381200.520.850.6923.2873.6317.84
Hex4F26C0345545174a12
Octal11746140641251052711222
Binary1001111100110110001101001010101100010110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,12); }

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

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

 a { background-color: rgb(79,38,12); }

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

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

 span { border-color: rgb(79,38,12); }

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