#4F2A0F

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

Shades of Baker's Chocolate #4F2A0F

Tints of Baker's Chocolate #4F2A0F

Color information

#4F2A0F (or 0x4F2A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 2A and 0F. RGB value is (79,42,15). Sum of RGB (Red+Green+Blue) = 79+42+15=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2A0F is #B0D5F0. Grayscale: #323232. Windows color (decimal): -11589105 or 993871. OLE color: 993871.

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

Color convert

RGB794215-
CMYK00.470.810.69
HSL25.31º68.09%18.43%-
HSV(B)25.31º81.01%30.98%-
XYZ4.143.350.88-
YUV49.98108.26148.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=58.09%
G=30.88%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79421500.470.810.6925.3168.0918.43
Hex4F2AF02F5145194412
Octal11752170571211053110422
Binary1001111101010111101011111010001100010111001100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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