#572D2F

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

Shades of Jazz #572D2F

Tints of Jazz #572D2F

Color information

#572D2F (or 0x572D2F) is unknown color: approx Jazz. HEX triplet: 57, 2D and 2F. RGB value is (87,45,47). Sum of RGB (Red+Green+Blue) = 87+45+47=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #572D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D2F is #A8D2D0. Grayscale: #393939. Windows color (decimal): -11064017 or 3091799. OLE color: 3091799.

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

Color convert

RGB874547-
CMYK00.480.460.66
HSL357.14º31.82%25.88%-
HSV(B)357.14º48.28%34.12%-
XYZ5.384.113.2-
YUV57.79121.91148.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=48.60%
G=25.14%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87454700.480.460.66357.1431.8225.88
Hex572D2F0302E42165201a
Octal1275557060561025454032
Binary10101111011011011110110000101110100001010110010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,45,47); }

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

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

 a { background-color: rgb(87,45,47); }

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

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

 span { border-color: rgb(87,45,47); }

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