Html Css Color HEX #5A3437 Jazz

📋 copy color: '#5A3437'

red 90 ◦ green 52 ◦ blue 55

#5A3437
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #5A3437

Tints of Jazz #5A3437

RGB

 RED value IS 90 (35.55% from 255) = 45.69%

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 45.69%
G = 26.4%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#5A3437 (or 0x5A3437) is known color: Jazz. HEX triplet: 5A, 34 and 37. RGB value is (90,52,55). Sum of RGB (Red+Green+Blue) = 90+52+55=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3437 is #A5CBC8. Grayscale: #3F3F3F. Windows color (decimal): -10865609 or 3617882. OLE color: 3617882.

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

Color convert

RGB 90 52 55 -
CMYK 0 0.42 0.39 0.65
HSL 355.26º 0.27% 0.28% -
HSV(B) 355.26º 0.42% 0.35% -
XYZ 6.13 4.91 4.24 -
YUV 63.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 90 52 55 0 0.42 0.39 0.65 355.26 0.27 0.28
Hex 5A 34 37 0 2A 27 41 163 1B 1C
Octal 132 64 67 0 52 47 101 543 33 34
Binary 1011010 110100 110111 0 101010 100111 1000001 101100011 11011 11100

Color Harmonies of #5A3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3437

Black with #5A3437

Text Example


Text Example

White with #5A3437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A3437;
 }
 .AnyTagClassName
 {
   color: #5A3437;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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