#5C2501

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

Shades of Baker's Chocolate #5C2501

Tints of Baker's Chocolate #5C2501

Color information

#5C2501 (or 0x5C2501) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 25 and 01. RGB value is (92,37,1). Sum of RGB (Red+Green+Blue) = 92+37+1=130 (17% of max value = 765). Red value is 92 (36.33% from 255 or 70.77% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2501 is #A3DAFE. Grayscale: #313131. Windows color (decimal): -10738431 or 75100. OLE color: 75100.

HSL color Cylindrical-coordinate representation of color #5C2501: hue angle of 23.74º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C2501 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB92371-
CMYK00.600.990.64
HSL23.74º97.85%18.24%-
HSV(B)23.74º98.91%36.08%-
XYZ5.083.60.46-
YUV49.34100.72158.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 70.77%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=70.77%
G=28.46%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9237100.600.990.6423.7497.8518.24
Hex5C25103C6340186212
Octal1344510741431003014222
Binary1011100100101101111001100011100000011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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