#4F320E

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

Shades of Baker's Chocolate #4F320E

Tints of Baker's Chocolate #4F320E

Color information

#4F320E (or 0x4F320E) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 32 and 0E. RGB value is (79,50,14). Sum of RGB (Red+Green+Blue) = 79+50+14=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F320E is #B0CDF1. Grayscale: #363636. Windows color (decimal): -11587058 or 930383. OLE color: 930383.

HSL color Cylindrical-coordinate representation of color #4F320E: hue angle of 33.23º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F320E is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB795014-
CMYK00.370.820.69
HSL33.23º69.89%18.24%-
HSV(B)33.23º82.28%30.98%-
XYZ4.443.980.95-
YUV54.57105.11145.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=55.24%
G=34.97%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79501400.370.820.6933.2369.8918.24
Hex4F32E0255245214612
Octal11762160451221054110622
Binary10011111100101110010010110100101000101100001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,50,14); }

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

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

 a { background-color: rgb(79,50,14); }

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

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

 span { border-color: rgb(79,50,14); }

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