#5F2501

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

Shades of Baker's Chocolate #5F2501

Tints of Baker's Chocolate #5F2501

Color information

#5F2501 (or 0x5F2501) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 25 and 01. RGB value is (95,37,1). Sum of RGB (Red+Green+Blue) = 95+37+1=133 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.43% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2501 is #A0DAFE. Grayscale: #323232. Windows color (decimal): -10541823 or 75103. OLE color: 75103.

HSL color Cylindrical-coordinate representation of color #5F2501: hue angle of 22.98º 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 #5F2501 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB95371-
CMYK00.610.990.63
HSL22.98º97.92%18.82%-
HSV(B)22.98º98.95%37.25%-
XYZ5.393.760.47-
YUV50.24100.22159.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 71.43%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=71.43%
G=27.82%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9537100.610.990.6322.9897.9218.82
Hex5F25103D633F176213
Octal137451075143772714223
Binary101111110010110111101110001111111110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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