#5A282E

Color #5A282E Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #5A282E

Tints of Jazz #5A282E

Color information

#5A282E (or 0x5A282E) is unknown color: approx Jazz. HEX triplet: 5A, 28 and 2E. RGB value is (90,40,46). Sum of RGB (Red+Green+Blue) = 90+40+46=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A282E is #A5D7D1. Grayscale: #373737. Windows color (decimal): -10868690 or 3024986. OLE color: 3024986.

HSL color Cylindrical-coordinate representation of color #5A282E: hue angle of 352.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A282E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB904046-
CMYK00.560.490.65
HSL352.8º38.46%25.49%-
HSV(B)352.8º55.56%35.29%-
XYZ5.473.893.05-
YUV55.63122.56152.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=51.14%
G=22.73%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90404600.560.490.65352.838.4625.49
Hex5A282E03831411612619
Octal1325056070611015414631
Binary10110101010001011100111000110001100000110110000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,40,46); }

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

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

 a { background-color: rgb(90,40,46); }

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

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

 span { border-color: rgb(90,40,46); }

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