Html Css Color HEX #5A3234 Jazz

📋 copy color: '#5A3234'

red 90 ◦ green 50 ◦ blue 52

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

Shades of Jazz #5A3234

Tints of Jazz #5A3234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 46.88%
G = 26.04%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#5A3234 (or 0x5A3234) is known color: Jazz. HEX triplet: 5A, 32 and 34. RGB value is (90,50,52). Sum of RGB (Red+Green+Blue) = 90+50+52=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3234 is #A5CDCB. Grayscale: #3E3E3E. Windows color (decimal): -10866124 or 3420762. OLE color: 3420762.

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

Color convert

RGB 90 50 52 -
CMYK 0 0.44 0.42 0.65
HSL 357º 0.29% 0.27% -
HSV(B) 357º 0.44% 0.35% -
XYZ 5.98 4.7 3.84 -
YUV 62.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 90 50 52 0 0.44 0.42 0.65 357 0.29 0.27
Hex 5A 32 34 0 2C 2A 41 165 1D 1B
Octal 132 62 64 0 54 52 101 545 35 33
Binary 1011010 110010 110100 0 101100 101010 1000001 101100101 11101 11011

Color Harmonies of #5A3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3234

Black with #5A3234

Text Example


Text Example

White with #5A3234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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