Html Css Color HEX #592C2D Jazz

📋 copy color: '#592C2D'

red 89 ◦ green 44 ◦ blue 45

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

Shades of Jazz #592C2D

Tints of Jazz #592C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.72%

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

R = 50%
G = 24.72%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#592C2D (or 0x592C2D) is known color: Jazz. HEX triplet: 59, 2C and 2D. RGB value is (89,44,45). Sum of RGB (Red+Green+Blue) = 89+44+45=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #592C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C2D is #A6D3D2. Grayscale: #393939. Windows color (decimal): -10933203 or 2960473. OLE color: 2960473.

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

Color convert

RGB 89 44 45 -
CMYK 0 0.51 0.49 0.65
HSL 358.67º 0.34% 0.26% -
HSV(B) 358.67º 0.51% 0.35% -
XYZ 5.49 4.11 2.99 -
YUV 57.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 89 44 45 0 0.51 0.49 0.65 358.67 0.34 0.26
Hex 59 2C 2D 0 33 31 41 167 22 1A
Octal 131 54 55 0 63 61 101 547 42 32
Binary 1011001 101100 101101 0 110011 110001 1000001 101100111 100010 11010

Color Harmonies of #592C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C2D

Black with #592C2D

Text Example


Text Example

White with #592C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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