#4F2F0B

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

Shades of Baker's Chocolate #4F2F0B

Tints of Baker's Chocolate #4F2F0B

Color information

#4F2F0B (or 0x4F2F0B) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 2F and 0B. RGB value is (79,47,11). Sum of RGB (Red+Green+Blue) = 79+47+11=137 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.66% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2F0B is #B0D0F4. Grayscale: #343434. Windows color (decimal): -11587829 or 733007. OLE color: 733007.

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

Color convert

RGB794711-
CMYK00.410.860.69
HSL31.76º75.56%17.65%-
HSV(B)31.76º86.08%30.98%-
XYZ4.33.720.81-
YUV52.46104.6146.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.66%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=57.66%
G=34.31%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79471100.410.860.6931.7675.5617.65
Hex4F2FB0295645204c12
Octal11757130511261054011422
Binary10011111011111011010100110101101000101100000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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