#5A3117

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

Shades of Baker's Chocolate #5A3117

Tints of Baker's Chocolate #5A3117

Color information

#5A3117 (or 0x5A3117) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 31 and 17. RGB value is (90,49,23). Sum of RGB (Red+Green+Blue) = 90+49+23=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3117 is #A5CEE8. Grayscale: #3A3A3A. Windows color (decimal): -10866409 or 1519962. OLE color: 1519962.

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

Color convert

RGB904923-
CMYK00.460.740.65
HSL23.28º59.29%22.16%-
HSV(B)23.28º74.44%35.29%-
XYZ5.474.431.38-
YUV58.3108.08150.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.56%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=55.56%
G=30.25%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90492300.460.740.6523.2859.2922.16
Hex5A311702E4A41173b16
Octal1326127056112101277326
Binary1011010110001101110101110100101010000011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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