#5B2101

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

Shades of Baker's Chocolate #5B2101

Tints of Baker's Chocolate #5B2101

Color information

#5B2101 (or 0x5B2101) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 21 and 01. RGB value is (91,33,1). Sum of RGB (Red+Green+Blue) = 91+33+1=125 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2101 is #A4DEFE. Grayscale: #2E2E2E. Windows color (decimal): -10804991 or 74075. OLE color: 74075.

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

Color convert

RGB91331-
CMYK00.640.990.64
HSL21.33º97.83%18.04%-
HSV(B)21.33º98.9%35.69%-
XYZ4.863.310.41-
YUV46.69102.22159.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 72.8%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=72.8%
G=26.4%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9133100.640.990.6421.3397.8318.04
Hex5B2110406340156212
Octal13341101001431002514222
Binary10110111000011010000001100011100000010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,1); }

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

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

 a { background-color: rgb(91,33,1); }

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

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

 span { border-color: rgb(91,33,1); }

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