#5F2801

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

Shades of Baker's Chocolate #5F2801

Tints of Baker's Chocolate #5F2801

Color information

#5F2801 (or 0x5F2801) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 28 and 01. RGB value is (95,40,1). Sum of RGB (Red+Green+Blue) = 95+40+1=136 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.85% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2801 is #A0D7FE. Grayscale: #343434. Windows color (decimal): -10541055 or 75871. OLE color: 75871.

HSL color Cylindrical-coordinate representation of color #5F2801: hue angle of 24.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F2801 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB95401-
CMYK00.580.990.63
HSL24.89º97.92%18.82%-
HSV(B)24.89º98.95%37.25%-
XYZ5.483.950.5-
YUV5299.22158.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 69.85%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=69.85%
G=29.41%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9540100.580.990.6324.8997.9218.82
Hex5F28103A633F196213
Octal137501072143773114223
Binary101111110100010111010110001111111111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2801; }

 p { color: rgb(95,40,1); }

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

<style>
 a { background-color: #5F2801; }

 a { background-color: rgb(95,40,1); }

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

<style>
 span { border-color: #5F2801; }

 span { border-color: rgb(95,40,1); }

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