#4F280D

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

Shades of Baker's Chocolate #4F280D

Tints of Baker's Chocolate #4F280D

Color information

#4F280D (or 0x4F280D) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 28 and 0D. RGB value is (79,40,13). Sum of RGB (Red+Green+Blue) = 79+40+13=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F280D is #B0D7F2. Grayscale: #303030. Windows color (decimal): -11589619 or 862287. OLE color: 862287.

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

Color convert

RGB794013-
CMYK00.490.840.69
HSL24.55º71.74%18.04%-
HSV(B)24.55º83.54%30.98%-
XYZ4.063.210.79-
YUV48.58107.92149.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.85%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=59.85%
G=30.30%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79401300.490.840.6924.5571.7418.04
Hex4F28D0315445194812
Octal11750150611241053111022
Binary1001111101000110101100011010100100010111001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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