#5B2505

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

Shades of Baker's Chocolate #5B2505

Tints of Baker's Chocolate #5B2505

Color information

#5B2505 (or 0x5B2505) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 25 and 05. RGB value is (91,37,5). Sum of RGB (Red+Green+Blue) = 91+37+5=133 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.42% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2505 is #A4DAFA. Grayscale: #313131. Windows color (decimal): -10803963 or 337243. OLE color: 337243.

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

Color convert

RGB91375-
CMYK00.590.950.64
HSL22.33º89.58%18.82%-
HSV(B)22.33º94.51%35.69%-
XYZ53.560.57-
YUV49.5102.89157.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 68.42%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 5 (2.34% from 255) = 3.76%
R=68.42%
G=27.82%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9137500.590.950.6422.3389.5818.82
Hex5B25503B5F40165a13
Octal1334550731371002613223
Binary101101110010110101110111011111100000010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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