#4F310D

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

Shades of Baker's Chocolate #4F310D

Tints of Baker's Chocolate #4F310D

Color information

#4F310D (or 0x4F310D) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 31 and 0D. RGB value is (79,49,13). Sum of RGB (Red+Green+Blue) = 79+49+13=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F310D is #B0CEF2. Grayscale: #363636. Windows color (decimal): -11587315 or 864591. OLE color: 864591.

HSL color Cylindrical-coordinate representation of color #4F310D: hue angle of 32.73º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F310D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB794913-
CMYK00.380.840.69
HSL32.73º71.74%18.04%-
HSV(B)32.73º83.54%30.98%-
XYZ4.43.890.9-
YUV53.87104.94145.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=56.03%
G=34.75%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79491300.380.840.6932.7371.7418.04
Hex4F31D0265445214812
Octal11761150461241054111022
Binary10011111100011101010011010101001000101100001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,49,13); }

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

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

 a { background-color: rgb(79,49,13); }

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

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

 span { border-color: rgb(79,49,13); }

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