#592C41

Color #592C41 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #592C41

Tints of Barossa #592C41

Color information

#592C41 (or 0x592C41) is unknown color: approx Barossa. HEX triplet: 59, 2C and 41. RGB value is (89,44,65). Sum of RGB (Red+Green+Blue) = 89+44+65=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #592C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C41 is #A6D3BE. Grayscale: #3B3B3B. Windows color (decimal): -10933183 or 4271193. OLE color: 4271193.

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

Color convert

RGB894465-
CMYK00.510.270.65
HSL332º33.83%26.08%-
HSV(B)332º50.56%34.9%-
XYZ5.974.315.52-
YUV59.85130.91148.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=44.95%
G=22.22%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89446500.510.270.6533233.8326.08
Hex592C410331B4114c221a
Octal13154101063331015144232
Binary10110011011001000001011001111011100000110100110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #592C41;
 }
 .AnyTagClassName
 {
   color: #592C41;
 }
</style>
background-color css

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

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

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

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

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

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