#4F310B

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

Shades of Baker's Chocolate #4F310B

Tints of Baker's Chocolate #4F310B

Color information

#4F310B (or 0x4F310B) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 31 and 0B. RGB value is (79,49,11). Sum of RGB (Red+Green+Blue) = 79+49+11=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F310B is #B0CEF4. Grayscale: #353535. Windows color (decimal): -11587317 or 733519. OLE color: 733519.

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

Color convert

RGB794911-
CMYK00.380.860.69
HSL33.53º75.56%17.65%-
HSV(B)33.53º86.08%30.98%-
XYZ4.383.880.84-
YUV53.64103.94146.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.83%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=56.83%
G=35.25%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79491100.380.860.6933.5375.5617.65
Hex4F31B0265645224c12
Octal11761130461261054211422
Binary10011111100011011010011010101101000101100010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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