Html Css Color HEX #572941 Barossa

📋 copy color: '#572941'

red 87 ◦ green 41 ◦ blue 65

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

Shades of Barossa #572941

Tints of Barossa #572941

RGB

 RED value IS 87 (34.38% from 255) = 45.08%

 GREEN value IS 41 (16.41% from 255) = 21.24%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 45.08%
G = 21.24%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#572941 (or 0x572941) is known color: Barossa. HEX triplet: 57, 29 and 41. RGB value is (87,41,65). Sum of RGB (Red+Green+Blue) = 87+41+65=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #572941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572941 is #A8D6BE. Grayscale: #393939. Windows color (decimal): -11065023 or 4270423. OLE color: 4270423.

HSL color Cylindrical-coordinate representation of color #572941: hue angle of 328.7º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572941 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 65 -
CMYK 0 0.53 0.25 0.66
HSL 328.7º 0.36% 0.25% -
HSV(B) 328.7º 0.53% 0.34% -
XYZ 5.68 3.99 5.47 -
YUV 57.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 87 41 65 0 0.53 0.25 0.66 328.7 0.36 0.25
Hex 57 29 41 0 35 19 42 149 24 19
Octal 127 51 101 0 65 31 102 511 44 31
Binary 1010111 101001 1000001 0 110101 11001 1000010 101001001 100100 11001

Color Harmonies of #572941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572941

Black with #572941

Text Example


Text Example

White with #572941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572941; }

 p { color: rgb(87,41,65); }

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

background-color css

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

 a { background-color: rgb(87,41,65); }

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

border-color css

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

 span { border-color: rgb(87,41,65); }

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