#4F360C

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

Shades of Baker's Chocolate #4F360C

Tints of Baker's Chocolate #4F360C

Color information

#4F360C (or 0x4F360C) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 36 and 0C. RGB value is (79,54,12). Sum of RGB (Red+Green+Blue) = 79+54+12=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F360C is #B0C9F3. Grayscale: #383838. Windows color (decimal): -11586036 or 800335. OLE color: 800335.

HSL color Cylindrical-coordinate representation of color #4F360C: hue angle of 37.61º 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 #4F360C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB795412-
CMYK00.320.850.69
HSL37.61º73.63%17.84%-
HSV(B)37.61º84.81%30.98%-
XYZ4.614.330.94-
YUV56.69102.78143.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=54.48%
G=37.24%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79541200.320.850.6937.6173.6317.84
Hex4F36C0205545264a12
Octal11766140401251054611222
Binary10011111101101100010000010101011000101100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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