#4F230A

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

Shades of Baker's Chocolate #4F230A

Tints of Baker's Chocolate #4F230A

Color information

#4F230A (or 0x4F230A) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 23 and 0A. RGB value is (79,35,10). Sum of RGB (Red+Green+Blue) = 79+35+10=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F230A is #B0DCF5. Grayscale: #2D2D2D. Windows color (decimal): -11590902 or 664399. OLE color: 664399.

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

Color convert

RGB793510-
CMYK00.560.870.69
HSL21.74º77.53%17.45%-
HSV(B)21.74º87.34%30.98%-
XYZ3.882.890.64-
YUV45.31108.08152.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.71%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 10 (4.30% from 255) = 8.06%
R=63.71%
G=28.23%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79351000.560.870.6921.7477.5317.45
Hex4F23A0385745164e11
Octal11743120701271052611621
Binary1001111100011101001110001010111100010110110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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