#572E33

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

Shades of Jazz #572E33

Tints of Jazz #572E33

Color information

#572E33 (or 0x572E33) is unknown color: approx Jazz. HEX triplet: 57, 2E and 33. RGB value is (87,46,51). Sum of RGB (Red+Green+Blue) = 87+46+51=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #572E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E33 is #A8D1CC. Grayscale: #3A3A3A. Windows color (decimal): -11063757 or 3354199. OLE color: 3354199.

HSL color Cylindrical-coordinate representation of color #572E33: hue angle of 352.68º 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 #572E33 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB874651-
CMYK00.470.410.66
HSL352.68º30.83%26.08%-
HSV(B)352.68º47.13%34.12%-
XYZ5.514.223.66-
YUV58.83123.58148.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=47.28%
G=25%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87465100.470.410.66352.6830.8326.08
Hex572E3302F29421611f1a
Octal1275663057511025413732
Binary1010111101110110011010111110100110000101011000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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