#4F3411

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

Shades of Baker's Chocolate #4F3411

Tints of Baker's Chocolate #4F3411

Color information

#4F3411 (or 0x4F3411) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 34 and 11. RGB value is (79,52,17). Sum of RGB (Red+Green+Blue) = 79+52+17=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3411 is #B0CBEE. Grayscale: #383838. Windows color (decimal): -11586543 or 1127503. OLE color: 1127503.

HSL color Cylindrical-coordinate representation of color #4F3411: hue angle of 33.87º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F3411 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB795217-
CMYK00.340.780.69
HSL33.87º64.58%18.82%-
HSV(B)33.87º78.48%30.98%-
XYZ4.554.161.09-
YUV56.08105.95144.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=53.38%
G=35.14%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79521700.340.780.6933.8764.5818.82
Hex4F34110224E45224113
Octal11764210421161054210123
Binary100111111010010001010001010011101000101100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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