Html Css Color HEX #592D2F Jazz

📋 copy color: '#592D2F'

red 89 ◦ green 45 ◦ blue 47

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

Shades of Jazz #592D2F

Tints of Jazz #592D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.86%

 BLUE value IS 47 (18.75% from 255) = 25.97%

R = 49.17%
G = 24.86%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#592D2F (or 0x592D2F) is known color: Jazz. HEX triplet: 59, 2D and 2F. RGB value is (89,45,47). Sum of RGB (Red+Green+Blue) = 89+45+47=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #592D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592D2F is #A6D2D0. Grayscale: #3A3A3A. Windows color (decimal): -10932945 or 3091801. OLE color: 3091801.

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

Color convert

RGB 89 45 47 -
CMYK 0 0.49 0.47 0.65
HSL 357.27º 0.33% 0.26% -
HSV(B) 357.27º 0.49% 0.35% -
XYZ 5.57 4.21 3.21 -
YUV 58.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 89 45 47 0 0.49 0.47 0.65 357.27 0.33 0.26
Hex 59 2D 2F 0 31 2F 41 165 21 1A
Octal 131 55 57 0 61 57 101 545 41 32
Binary 1011001 101101 101111 0 110001 101111 1000001 101100101 100001 11010

Color Harmonies of #592D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D2F

Black with #592D2F

Text Example


Text Example

White with #592D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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