#5D310A

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

Shades of Baker's Chocolate #5D310A

Tints of Baker's Chocolate #5D310A

Color information

#5D310A (or 0x5D310A) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 31 and 0A. RGB value is (93,49,10). Sum of RGB (Red+Green+Blue) = 93+49+10=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D310A is #A2CEF5. Grayscale: #393939. Windows color (decimal): -10669814 or 667997. OLE color: 667997.

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

Color convert

RGB934910-
CMYK00.470.890.64
HSL28.19º80.58%20.2%-
HSV(B)28.19º89.25%36.47%-
XYZ5.674.550.87-
YUV57.71101.08153.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 61.18%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=61.18%
G=32.24%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93491000.470.890.6428.1980.5820.2
Hex5D31A02F59401c5114
Octal13561120571311003412124
Binary1011101110001101001011111011001100000011100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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