#5B250D

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

Shades of Baker's Chocolate #5B250D

Tints of Baker's Chocolate #5B250D

Color information

#5B250D (or 0x5B250D) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 25 and 0D. RGB value is (91,37,13). Sum of RGB (Red+Green+Blue) = 91+37+13=141 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.54% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 91 - color contains mainly: red. Hex color #5B250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B250D is #A4DAF2. Grayscale: #323232. Windows color (decimal): -10803955 or 861531. OLE color: 861531.

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

Color convert

RGB913713-
CMYK00.590.860.64
HSL18.46º75%20.39%-
HSV(B)18.46º85.71%35.69%-
XYZ5.053.580.8-
YUV50.41106.89156.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 64.54%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=64.54%
G=26.24%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91371300.590.860.6418.467520.39
Hex5B25D03B5640124b14
Octal13345150731261002211324
Binary1011011100101110101110111010110100000010010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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