Html Css Color HEX #573F40 Emperor

📋 copy color: '#573F40'

red 87 ◦ green 63 ◦ blue 64

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

Shades of Emperor #573F40

Tints of Emperor #573F40

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

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

R = 40.65%
G = 29.44%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#573F40 (or 0x573F40) is known color: Emperor. HEX triplet: 57, 3F and 40. RGB value is (87,63,64). Sum of RGB (Red+Green+Blue) = 87+63+64=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #573F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F40 is #A8C0BF. Grayscale: #464646. Windows color (decimal): -11059392 or 4210519. OLE color: 4210519.

HSL color Cylindrical-coordinate representation of color #573F40: hue angle of 357.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #573F40 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 63 64 -
CMYK 0 0.28 0.26 0.66
HSL 357.5º 0.16% 0.29% -
HSV(B) 357.5º 0.28% 0.34% -
XYZ 6.63 5.95 5.65 -
YUV 70.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 87 63 64 0 0.28 0.26 0.66 357.5 0.16 0.29
Hex 57 3F 40 0 1C 1A 42 166 10 1D
Octal 127 77 100 0 34 32 102 546 20 35
Binary 1010111 111111 1000000 0 11100 11010 1000010 101100110 10000 11101

Color Harmonies of #573F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573F40

Black with #573F40

Text Example


Text Example

White with #573F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573F40; }

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

 H1.HeaderClassName
 {
   color: #573F40;
 }
 .AnyTagClassName
 {
   color: #573F40;
 }
</style>

background-color css

<style>
 a { background-color: #573F40; }

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

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

border-color css

<style>
 span { border-color: #573F40; }

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

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