#4F320F

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

Shades of Baker's Chocolate #4F320F

Tints of Baker's Chocolate #4F320F

Color information

#4F320F (or 0x4F320F) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 32 and 0F. RGB value is (79,50,15). Sum of RGB (Red+Green+Blue) = 79+50+15=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F320F is #B0CDF0. Grayscale: #363636. Windows color (decimal): -11587057 or 995919. OLE color: 995919.

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

Color convert

RGB795015-
CMYK00.370.810.69
HSL32.81º68.09%18.43%-
HSV(B)32.81º81.01%30.98%-
XYZ4.453.980.99-
YUV54.68105.61145.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.86%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=54.86%
G=34.72%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79501500.370.810.6932.8168.0918.43
Hex4F32F0255145214412
Octal11762170451211054110422
Binary10011111100101111010010110100011000101100001100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,50,15); }

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

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

 a { background-color: rgb(79,50,15); }

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

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

 span { border-color: rgb(79,50,15); }

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