#5B2201

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

Shades of Baker's Chocolate #5B2201

Tints of Baker's Chocolate #5B2201

Color information

#5B2201 (or 0x5B2201) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 22 and 01. RGB value is (91,34,1). Sum of RGB (Red+Green+Blue) = 91+34+1=126 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.22% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2201 is #A4DDFE. Grayscale: #2F2F2F. Windows color (decimal): -10804735 or 74331. OLE color: 74331.

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

Color convert

RGB91341-
CMYK00.630.990.64
HSL22º97.83%18.04%-
HSV(B)22º98.9%35.69%-
XYZ4.893.370.42-
YUV47.28101.88159.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 72.22%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=72.22%
G=26.98%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9134100.630.990.642297.8318.04
Hex5B22103F6340166212
Octal1334210771431002614222
Binary1011011100010101111111100011100000010110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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