#4F1E01

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

Shades of Baker's Chocolate #4F1E01

Tints of Baker's Chocolate #4F1E01

Color information

#4F1E01 (or 0x4F1E01) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 1E and 01. RGB value is (79,30,1). Sum of RGB (Red+Green+Blue) = 79+30+1=110 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.82% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1E01 is #B0E1FE. Grayscale: #292929. Windows color (decimal): -11592191 or 73295. OLE color: 73295.

HSL color Cylindrical-coordinate representation of color #4F1E01: hue angle of 22.31º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F1E01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB79301-
CMYK00.620.990.69
HSL22.31º97.5%15.69%-
HSV(B)22.31º98.73%30.98%-
XYZ3.692.590.33-
YUV41.34105.23154.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 71.82%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=71.82%
G=27.27%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7930100.620.990.6922.3197.515.69
Hex4F1E103E6345166210
Octal1173610761431052614220
Binary100111111110101111101100011100010110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,1); }

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

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

 a { background-color: rgb(79,30,1); }

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

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

 span { border-color: rgb(79,30,1); }

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