#4F3402

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

Shades of Baker's Chocolate #4F3402

Tints of Baker's Chocolate #4F3402

Color information

#4F3402 (or 0x4F3402) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 34 and 02. RGB value is (79,52,2). Sum of RGB (Red+Green+Blue) = 79+52+2=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3402 is #B0CBFD. Grayscale: #363636. Windows color (decimal): -11586558 or 144463. OLE color: 144463.

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

Color convert

RGB79522-
CMYK00.340.970.69
HSL38.96º95.06%15.88%-
HSV(B)38.96º97.47%30.98%-
XYZ4.464.120.62-
YUV54.3798.45145.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.40%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=59.40%
G=39.10%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7952200.340.970.6938.9695.0615.88
Hex4F3420226145275f10
Octal1176420421411054713720
Binary100111111010010010001011000011000101100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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