#5A3014

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

Shades of Baker's Chocolate #5A3014

Tints of Baker's Chocolate #5A3014

Color information

#5A3014 (or 0x5A3014) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 30 and 14. RGB value is (90,48,20). Sum of RGB (Red+Green+Blue) = 90+48+20=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3014 is #A5CFEB. Grayscale: #393939. Windows color (decimal): -10866668 or 1323098. OLE color: 1323098.

HSL color Cylindrical-coordinate representation of color #5A3014: hue angle of 24º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A3014 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB904820-
CMYK00.470.780.65
HSL24º63.64%21.57%-
HSV(B)24º77.78%35.29%-
XYZ5.44.341.21-
YUV57.37106.91151.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.96%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=56.96%
G=30.38%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90482000.470.780.652463.6421.57
Hex5A301402F4E41184016
Octal13260240571161013010026
Binary10110101100001010001011111001110100000111000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,20); }

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

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

 a { background-color: rgb(90,48,20); }

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

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

 span { border-color: rgb(90,48,20); }

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