Html Css Color HEX #592B2D Jazz

📋 copy color: '#592B2D'

red 89 ◦ green 43 ◦ blue 45

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

Shades of Jazz #592B2D

Tints of Jazz #592B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.29%

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

R = 50.28%
G = 24.29%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#592B2D (or 0x592B2D) is known color: Jazz. HEX triplet: 59, 2B and 2D. RGB value is (89,43,45). Sum of RGB (Red+Green+Blue) = 89+43+45=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #592B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B2D is #A6D4D2. Grayscale: #393939. Windows color (decimal): -10933459 or 2960217. OLE color: 2960217.

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

Color convert

RGB 89 43 45 -
CMYK 0 0.52 0.49 0.65
HSL 357.39º 0.35% 0.26% -
HSV(B) 357.39º 0.52% 0.35% -
XYZ 5.46 4.04 2.97 -
YUV 56.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 89 43 45 0 0.52 0.49 0.65 357.39 0.35 0.26
Hex 59 2B 2D 0 34 31 41 165 23 1A
Octal 131 53 55 0 64 61 101 545 43 32
Binary 1011001 101011 101101 0 110100 110001 1000001 101100101 100011 11010

Color Harmonies of #592B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592B2D

Black with #592B2D

Text Example


Text Example

White with #592B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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