#4F330F

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

Shades of Baker's Chocolate #4F330F

Tints of Baker's Chocolate #4F330F

Color information

#4F330F (or 0x4F330F) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 33 and 0F. RGB value is (79,51,15). Sum of RGB (Red+Green+Blue) = 79+51+15=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F330F is #B0CCF0. Grayscale: #373737. Windows color (decimal): -11586801 or 996175. OLE color: 996175.

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

Color convert

RGB795115-
CMYK00.350.810.69
HSL33.75º68.09%18.43%-
HSV(B)33.75º81.01%30.98%-
XYZ4.494.061-
YUV55.27105.28144.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=54.48%
G=35.17%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79511500.350.810.6933.7568.0918.43
Hex4F33F0235145224412
Octal11763170431211054210422
Binary10011111100111111010001110100011000101100010100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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