Html Css Color HEX #572E2F Jazz

📋 copy color: '#572E2F'

red 87 ◦ green 46 ◦ blue 47

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

Shades of Jazz #572E2F

Tints of Jazz #572E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 48.33%
G = 25.56%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#572E2F (or 0x572E2F) is known color: Jazz. HEX triplet: 57, 2E and 2F. RGB value is (87,46,47). Sum of RGB (Red+Green+Blue) = 87+46+47=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #572E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E2F is #A8D1D0. Grayscale: #3A3A3A. Windows color (decimal): -11063761 or 3092055. OLE color: 3092055.

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

Color convert

RGB 87 46 47 -
CMYK 0 0.47 0.46 0.66
HSL 358.54º 0.31% 0.26% -
HSV(B) 358.54º 0.47% 0.34% -
XYZ 5.42 4.19 3.21 -
YUV 58.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 87 46 47 0 0.47 0.46 0.66 358.54 0.31 0.26
Hex 57 2E 2F 0 2F 2E 42 167 1F 1A
Octal 127 56 57 0 57 56 102 547 37 32
Binary 1010111 101110 101111 0 101111 101110 1000010 101100111 11111 11010

Color Harmonies of #572E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E2F

Black with #572E2F

Text Example


Text Example

White with #572E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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