Html Css Color HEX #592A2D Jazz

📋 copy color: '#592A2D'

red 89 ◦ green 42 ◦ blue 45

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

Shades of Jazz #592A2D

Tints of Jazz #592A2D

RGB

 RED value IS 89 (35.16% from 255) = 50.57%

 GREEN value IS 42 (16.8% from 255) = 23.86%

 BLUE value IS 45 (17.97% from 255) = 25.57%

R = 50.57%
G = 23.86%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#592A2D (or 0x592A2D) is known color: Jazz. HEX triplet: 59, 2A and 2D. RGB value is (89,42,45). Sum of RGB (Red+Green+Blue) = 89+42+45=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #592A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A2D is #A6D5D2. Grayscale: #383838. Windows color (decimal): -10933715 or 2959961. OLE color: 2959961.

HSL color Cylindrical-coordinate representation of color #592A2D: hue angle of 356.17º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A2D is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 42 45 -
CMYK 0 0.53 0.49 0.65
HSL 356.17º 0.36% 0.26% -
HSV(B) 356.17º 0.53% 0.35% -
XYZ 5.42 3.97 2.96 -
YUV 56.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 89 42 45 0 0.53 0.49 0.65 356.17 0.36 0.26
Hex 59 2A 2D 0 35 31 41 164 24 1A
Octal 131 52 55 0 65 61 101 544 44 32
Binary 1011001 101010 101101 0 110101 110001 1000001 101100100 100100 11010

Color Harmonies of #592A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A2D

Black with #592A2D

Text Example


Text Example

White with #592A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592A2D; }

 p { color: rgb(89,42,45); }

 H1.HeaderClassName
 {
   color: #592A2D;
 }
 .AnyTagClassName
 {
   color: #592A2D;
 }
</style>

background-color css

<style>
 a { background-color: #592A2D; }

 a { background-color: rgb(89,42,45); }

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

border-color css

<style>
 span { border-color: #592A2D; }

 span { border-color: rgb(89,42,45); }

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