#4F3609

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

Shades of Baker's Chocolate #4F3609

Tints of Baker's Chocolate #4F3609

Color information

#4F3609 (or 0x4F3609) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 36 and 09. RGB value is (79,54,9). Sum of RGB (Red+Green+Blue) = 79+54+9=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3609 is #B0C9F6. Grayscale: #383838. Windows color (decimal): -11586039 or 603727. OLE color: 603727.

HSL color Cylindrical-coordinate representation of color #4F3609: hue angle of 38.57º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F3609 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB79549-
CMYK00.320.890.69
HSL38.57º79.55%17.25%-
HSV(B)38.57º88.61%30.98%-
XYZ4.594.320.85-
YUV56.34101.28144.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=55.63%
G=38.03%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7954900.320.890.6938.5779.5517.25
Hex4F3690205945275011
Octal11766110401311054712021
Binary10011111101101001010000010110011000101100111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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