#5D3713

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

Shades of Baker's Chocolate #5D3713

Tints of Baker's Chocolate #5D3713

Color information

#5D3713 (or 0x5D3713) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 37 and 13. RGB value is (93,55,19). Sum of RGB (Red+Green+Blue) = 93+55+19=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3713 is #A2C8EC. Grayscale: #3E3E3E. Windows color (decimal): -10668269 or 1259357. OLE color: 1259357.

HSL color Cylindrical-coordinate representation of color #5D3713: hue angle of 29.19º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D3713 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB935519-
CMYK00.410.800.64
HSL29.19º66.07%21.96%-
HSV(B)29.19º79.57%36.47%-
XYZ65.111.29-
YUV62.26103.59149.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.69%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=55.69%
G=32.93%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93551900.410.800.6429.1966.0721.96
Hex5D371302950401d4216
Octal13567230511201003510226
Binary10111011101111001101010011010000100000011101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,55,19); }

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

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

 a { background-color: rgb(93,55,19); }

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

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

 span { border-color: rgb(93,55,19); }

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