#5B2911

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

Shades of Baker's Chocolate #5B2911

Tints of Baker's Chocolate #5B2911

Color information

#5B2911 (or 0x5B2911) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 29 and 11. RGB value is (91,41,17). Sum of RGB (Red+Green+Blue) = 91+41+17=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2911 is #A4D6EE. Grayscale: #353535. Windows color (decimal): -10802927 or 1124699. OLE color: 1124699.

HSL color Cylindrical-coordinate representation of color #5B2911: hue angle of 19.46º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B2911 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB914117-
CMYK00.550.810.64
HSL19.46º68.52%21.18%-
HSV(B)19.46º81.32%35.69%-
XYZ5.213.851-
YUV53.21107.56154.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 61.07%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=61.07%
G=27.52%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91411700.550.810.6419.4668.5221.18
Hex5B29110375140134515
Octal13351210671211002310525
Binary10110111010011000101101111010001100000010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,41,17); }

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

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

 a { background-color: rgb(91,41,17); }

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

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

 span { border-color: rgb(91,41,17); }

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