Html Css Color HEX #592C41 Barossa

📋 copy color: '#592C41'

red 89 ◦ green 44 ◦ blue 65

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

Shades of Barossa #592C41

Tints of Barossa #592C41

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 value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#592C41 (or 0x592C41) is known color: 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

RGB 89 44 65 -
CMYK 0 0.51 0.27 0.65
HSL 332º 0.34% 0.26% -
HSV(B) 332º 0.51% 0.35% -
XYZ 5.97 4.31 5.52 -
YUV 59.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 89 44 65 0 0.51 0.27 0.65 332 0.34 0.26
Hex 59 2C 41 0 33 1B 41 14C 22 1A
Octal 131 54 101 0 63 33 101 514 42 32
Binary 1011001 101100 1000001 0 110011 11011 1000001 101001100 100010 11010

Color Harmonies of #592C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C41

Black with #592C41

Text Example


Text Example

White with #592C41

Text Example


Text Example

HTML Codes & Css Web 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>