#5A2E34

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

Shades of Jazz #5A2E34

Tints of Jazz #5A2E34

Color information

#5A2E34 (or 0x5A2E34) is unknown color: approx Jazz. HEX triplet: 5A, 2E and 34. RGB value is (90,46,52). Sum of RGB (Red+Green+Blue) = 90+46+52=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2E34 is #A5D1CB. Grayscale: #3B3B3B. Windows color (decimal): -10867148 or 3419738. OLE color: 3419738.

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

Color convert

RGB904652-
CMYK00.490.420.65
HSL351.82º32.35%26.67%-
HSV(B)351.82º48.89%35.29%-
XYZ5.814.383.79-
YUV59.84123.58149.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.87%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=47.87%
G=24.47%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90465200.490.420.65351.8232.3526.67
Hex5A2E340312A41160201b
Octal1325664061521015404033
Binary10110101011101101000110001101010100000110110000010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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