#5A3018

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

Shades of Baker's Chocolate #5A3018

Tints of Baker's Chocolate #5A3018

Color information

#5A3018 (or 0x5A3018) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 30 and 18. RGB value is (90,48,24). Sum of RGB (Red+Green+Blue) = 90+48+24=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3018 is #A5CFE7. Grayscale: #393939. Windows color (decimal): -10866664 or 1585242. OLE color: 1585242.

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

Color convert

RGB904824-
CMYK00.470.730.65
HSL21.82º57.89%22.35%-
HSV(B)21.82º73.33%35.29%-
XYZ5.444.351.42-
YUV57.82108.91150.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.56%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=55.56%
G=29.63%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90482400.470.730.6521.8257.8922.35
Hex5A301802F4941163a16
Octal1326030057111101267226
Binary1011010110000110000101111100100110000011011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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