#4F350D

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

Shades of Baker's Chocolate #4F350D

Tints of Baker's Chocolate #4F350D

Color information

#4F350D (or 0x4F350D) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 35 and 0D. RGB value is (79,53,13). Sum of RGB (Red+Green+Blue) = 79+53+13=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F350D is #B0CAF2. Grayscale: #383838. Windows color (decimal): -11586291 or 865615. OLE color: 865615.

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

Color convert

RGB795313-
CMYK00.330.840.69
HSL36.36º71.74%18.04%-
HSV(B)36.36º83.54%30.98%-
XYZ4.574.240.96-
YUV56.21103.61144.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=54.48%
G=36.55%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79531300.330.840.6936.3671.7418.04
Hex4F35D0215445244812
Octal11765150411241054411022
Binary10011111101011101010000110101001000101100100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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