#4F3600

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

Shades of Baker's Chocolate #4F3600

Tints of Baker's Chocolate #4F3600

Color information

#4F3600 (or 0x4F3600) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 36 and 00. RGB value is (79,54,0). Sum of RGB (Red+Green+Blue) = 79+54+0=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3600 is #B0C9FF. Grayscale: #373737. Windows color (decimal): -11586048 or 13903. OLE color: 13903.

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

Color convert

RGB79540-
CMYK00.3210.69
HSL41.01º100%15.49%-
HSV(B)41.01º100%30.98%-
XYZ4.544.30.59-
YUV55.3296.78144.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.40%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.40%
G=40.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7954000.3210.6941.0110015.49
Hex4F36002064452964f
Octal1176600401441055114417
Binary1001111110110001000001100100100010110100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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