Html Css Color HEX #572E40 Barossa

📋 copy color: '#572E40'

red 87 ◦ green 46 ◦ blue 64

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

Shades of Barossa #572E40

Tints of Barossa #572E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.35%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 44.16%
G = 23.35%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#572E40 (or 0x572E40) is known color: Barossa. HEX triplet: 57, 2E and 40. RGB value is (87,46,64). Sum of RGB (Red+Green+Blue) = 87+46+64=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #572E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E40 is #A8D1BF. Grayscale: #3C3C3C. Windows color (decimal): -11063744 or 4206167. OLE color: 4206167.

HSL color Cylindrical-coordinate representation of color #572E40: hue angle of 333.66º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E40 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 46 64 -
CMYK 0 0.47 0.26 0.66
HSL 333.66º 0.31% 0.26% -
HSV(B) 333.66º 0.47% 0.34% -
XYZ 5.83 4.35 5.38 -
YUV 60.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 87 46 64 0 0.47 0.26 0.66 333.66 0.31 0.26
Hex 57 2E 40 0 2F 1A 42 14E 1F 1A
Octal 127 56 100 0 57 32 102 516 37 32
Binary 1010111 101110 1000000 0 101111 11010 1000010 101001110 11111 11010

Color Harmonies of #572E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E40

Black with #572E40

Text Example


Text Example

White with #572E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572E40; }

 p { color: rgb(87,46,64); }

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

background-color css

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

 a { background-color: rgb(87,46,64); }

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

border-color css

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

 span { border-color: rgb(87,46,64); }

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