#5D311F

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

Shades of Baker's Chocolate #5D311F

Tints of Baker's Chocolate #5D311F

Color information

#5D311F (or 0x5D311F) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 31 and 1F. RGB value is (93,49,31). Sum of RGB (Red+Green+Blue) = 93+49+31=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D311F is #A2CEE0. Grayscale: #3C3C3C. Windows color (decimal): -10669793 or 2044253. OLE color: 2044253.

HSL color Cylindrical-coordinate representation of color #5D311F: hue angle of 17.42º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D311F is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB934931-
CMYK00.470.670.64
HSL17.42º50%24.31%-
HSV(B)17.42º66.67%36.47%-
XYZ5.864.621.88-
YUV60.1111.58151.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.76%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=53.76%
G=28.32%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93493100.470.670.6417.425024.31
Hex5D311F02F4340113218
Octal1356137057103100216230
Binary1011101110001111110101111100001110000001000111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,49,31); }

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

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

 a { background-color: rgb(93,49,31); }

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

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

 span { border-color: rgb(93,49,31); }

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