#4F2402

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

Shades of Baker's Chocolate #4F2402

Tints of Baker's Chocolate #4F2402

Color information

#4F2402 (or 0x4F2402) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 24 and 02. RGB value is (79,36,2). Sum of RGB (Red+Green+Blue) = 79+36+2=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2402 is #B0DBFD. Grayscale: #2D2D2D. Windows color (decimal): -11590654 or 140367. OLE color: 140367.

HSL color Cylindrical-coordinate representation of color #4F2402: hue angle of 26.49º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F2402 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB79362-
CMYK00.540.970.69
HSL26.49º95.06%15.88%-
HSV(B)26.49º97.47%30.98%-
XYZ3.872.930.42-
YUV44.98103.75152.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 67.52%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=67.52%
G=30.77%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7936200.540.970.6926.4995.0615.88
Hex4F24203661451a5f10
Octal1174420661411053213720
Binary10011111001001001101101100001100010111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,36,2); }

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

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

 a { background-color: rgb(79,36,2); }

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

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

 span { border-color: rgb(79,36,2); }

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