Html Css Color HEX #5A3033 Jazz

📋 copy color: '#5A3033'

red 90 ◦ green 48 ◦ blue 51

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

Shades of Jazz #5A3033

Tints of Jazz #5A3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

 BLUE value IS 51 (20.31% from 255) = 26.98%

R = 47.62%
G = 25.4%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#5A3033 (or 0x5A3033) is known color: Jazz. HEX triplet: 5A, 30 and 33. RGB value is (90,48,51). Sum of RGB (Red+Green+Blue) = 90+48+51=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3033 is #A5CFCC. Grayscale: #3C3C3C. Windows color (decimal): -10866637 or 3354714. OLE color: 3354714.

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

Color convert

RGB 90 48 51 -
CMYK 0 0.47 0.43 0.65
HSL 355.71º 0.3% 0.27% -
HSV(B) 355.71º 0.47% 0.35% -
XYZ 5.87 4.53 3.7 -
YUV 60.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 90 48 51 0 0.47 0.43 0.65 355.71 0.3 0.27
Hex 5A 30 33 0 2F 2B 41 164 1E 1B
Octal 132 60 63 0 57 53 101 544 36 33
Binary 1011010 110000 110011 0 101111 101011 1000001 101100100 11110 11011

Color Harmonies of #5A3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3033

Black with #5A3033

Text Example


Text Example

White with #5A3033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,51); }

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

background-color css

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

 a { background-color: rgb(90,48,51); }

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

border-color css

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

 span { border-color: rgb(90,48,51); }

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