#5B2506

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

Shades of Baker's Chocolate #5B2506

Tints of Baker's Chocolate #5B2506

Color information

#5B2506 (or 0x5B2506) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 25 and 06. RGB value is (91,37,6). Sum of RGB (Red+Green+Blue) = 91+37+6=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2506 is #A4DAF9. Grayscale: #313131. Windows color (decimal): -10803962 or 402779. OLE color: 402779.

HSL color Cylindrical-coordinate representation of color #5B2506: hue angle of 21.88º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B2506 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB91376-
CMYK00.590.930.64
HSL21.88º87.63%19.02%-
HSV(B)21.88º93.41%35.69%-
XYZ5.013.560.6-
YUV49.61103.39157.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 67.91%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=67.91%
G=27.61%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9137600.590.930.6421.8887.6319.02
Hex5B25603B5D40165813
Octal1334560731351002613023
Binary101101110010111001110111011101100000010110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,37,6); }

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

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

 a { background-color: rgb(91,37,6); }

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

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

 span { border-color: rgb(91,37,6); }

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