Html Css Color HEX #592B2C Jazz

📋 copy color: '#592B2C'

red 89 ◦ green 43 ◦ blue 44

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

Shades of Jazz #592B2C

Tints of Jazz #592B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25%

R = 50.57%
G = 24.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#592B2C (or 0x592B2C) is known color: Jazz. HEX triplet: 59, 2B and 2C. RGB value is (89,43,44). Sum of RGB (Red+Green+Blue) = 89+43+44=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #592B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B2C is #A6D4D3. Grayscale: #383838. Windows color (decimal): -10933460 or 2894681. OLE color: 2894681.

HSL color Cylindrical-coordinate representation of color #592B2C: hue angle of 358.7º 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 #592B2C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 43 44 -
CMYK 0 0.52 0.51 0.65
HSL 358.7º 0.35% 0.26% -
HSV(B) 358.7º 0.52% 0.35% -
XYZ 5.44 4.03 2.87 -
YUV 56.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 89 43 44 0 0.52 0.51 0.65 358.7 0.35 0.26
Hex 59 2B 2C 0 34 33 41 167 23 1A
Octal 131 53 54 0 64 63 101 547 43 32
Binary 1011001 101011 101100 0 110100 110011 1000001 101100111 100011 11010

Color Harmonies of #592B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592B2C

Black with #592B2C

Text Example


Text Example

White with #592B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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