#4F2200

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

Shades of Baker's Chocolate #4F2200

Tints of Baker's Chocolate #4F2200

Color information

#4F2200 (or 0x4F2200) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 22 and 00. RGB value is (79,34,0). Sum of RGB (Red+Green+Blue) = 79+34+0=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2200 is #B0DDFF. Grayscale: #2B2B2B. Windows color (decimal): -11591168 or 8783. OLE color: 8783.

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

Color convert

RGB79340-
CMYK00.5710.69
HSL25.82º100%15.49%-
HSV(B)25.82º100%30.98%-
XYZ3.82.810.34-
YUV43.58103.41153.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.91%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.91%
G=30.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7934000.5710.6925.8210015.49
Hex4F22003964451a64f
Octal1174200711441053214417
Binary100111110001000111001110010010001011101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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