#5B2508

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

Shades of Baker's Chocolate #5B2508

Tints of Baker's Chocolate #5B2508

Color information

#5B2508 (or 0x5B2508) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 25 and 08. RGB value is (91,37,8). Sum of RGB (Red+Green+Blue) = 91+37+8=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2508 is #A4DAF7. Grayscale: #323232. Windows color (decimal): -10803960 or 533851. OLE color: 533851.

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

Color convert

RGB91378-
CMYK00.590.910.64
HSL20.96º83.84%19.41%-
HSV(B)20.96º91.21%35.69%-
XYZ5.023.560.65-
YUV49.84104.39157.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.91%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=66.91%
G=27.21%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9137800.590.910.6420.9683.8419.41
Hex5B25803B5B40155413
Octal13345100731331002512423
Binary1011011100101100001110111011011100000010101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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