#4F270A

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

Shades of Baker's Chocolate #4F270A

Tints of Baker's Chocolate #4F270A

Color information

#4F270A (or 0x4F270A) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 27 and 0A. RGB value is (79,39,10). Sum of RGB (Red+Green+Blue) = 79+39+10=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F270A is #B0D8F5. Grayscale: #2F2F2F. Windows color (decimal): -11589878 or 665423. OLE color: 665423.

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

Color convert

RGB793910-
CMYK00.510.870.69
HSL25.22º77.53%17.45%-
HSV(B)25.22º87.34%30.98%-
XYZ43.140.68-
YUV47.65106.75150.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 61.72%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=61.72%
G=30.47%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79391000.510.870.6925.2277.5317.45
Hex4F27A0335745194e11
Octal11747120631271053111621
Binary1001111100111101001100111010111100010111001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,39,10); }

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

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

 a { background-color: rgb(79,39,10); }

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

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

 span { border-color: rgb(79,39,10); }

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