#572C30

Color #572C30 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #572C30

Tints of Jazz #572C30

Color information

#572C30 (or 0x572C30) is unknown color: approx Jazz. HEX triplet: 57, 2C and 30. RGB value is (87,44,48). Sum of RGB (Red+Green+Blue) = 87+44+48=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #572C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C30 is #A8D3CF. Grayscale: #393939. Windows color (decimal): -11064272 or 3157079. OLE color: 3157079.

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

Color convert

RGB874448-
CMYK00.490.450.66
HSL354.42º32.82%25.69%-
HSV(B)354.42º49.43%34.12%-
XYZ5.364.043.29-
YUV57.31122.75149.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=48.60%
G=24.58%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87444800.490.450.66354.4232.8225.69
Hex572C300312D42162211a
Octal1275460061551025424132
Binary10101111011001100000110001101101100001010110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,48); }

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

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

 a { background-color: rgb(87,44,48); }

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

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

 span { border-color: rgb(87,44,48); }

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