#5A310E

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

Shades of Baker's Chocolate #5A310E

Tints of Baker's Chocolate #5A310E

Color information

#5A310E (or 0x5A310E) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 31 and 0E. RGB value is (90,49,14). Sum of RGB (Red+Green+Blue) = 90+49+14=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A310E is #A5CEF1. Grayscale: #393939. Windows color (decimal): -10866418 or 930138. OLE color: 930138.

HSL color Cylindrical-coordinate representation of color #5A310E: hue angle of 27.63º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A310E is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB904914-
CMYK00.460.840.65
HSL27.63º73.08%20.39%-
HSV(B)27.63º84.44%35.29%-
XYZ5.394.40.98-
YUV57.27103.58151.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.82%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=58.82%
G=32.03%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90491400.460.840.6527.6373.0820.39
Hex5A31E02E54411c4914
Octal13261160561241013411124
Binary1011010110001111001011101010100100000111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,49,14); }

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

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

 a { background-color: rgb(90,49,14); }

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

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

 span { border-color: rgb(90,49,14); }

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