Html Css Color HEX #91564D Copper Rust

📋 copy color: '#91564D'

red 145 ◦ green 86 ◦ blue 77

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

Shades of Copper Rust #91564D

Tints of Copper Rust #91564D

RGB

 RED value IS 145 (57.03% from 255) = 47.08%

 GREEN value IS 86 (33.98% from 255) = 27.92%

 BLUE value IS 77 (30.47% from 255) = 25%

R = 47.08%
G = 27.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#91564D (or 0x91564D) is known color: Copper Rust. HEX triplet: 91, 56 and 4D. RGB value is (145,86,77). Sum of RGB (Red+Green+Blue) = 145+86+77=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91564D is #6EA9B2. Grayscale: #666666. Windows color (decimal): -7252403 or 5068433. OLE color: 5068433.

HSL color Cylindrical-coordinate representation of color #91564D: hue angle of 7.94º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91564D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 86 77 -
CMYK 0 0.41 0.47 0.43
HSL 7.94º 0.31% 0.44% -
HSV(B) 7.94º 0.47% 0.57% -
XYZ 16.34 13.21 8.71 -
YUV 102.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 145 86 77 0 0.41 0.47 0.43 7.94 0.31 0.44
Hex 91 56 4D 0 29 2F 2B 8 1F 2C
Octal 221 126 115 0 51 57 53 10 37 54
Binary 10010001 1010110 1001101 0 101001 101111 101011 1000 11111 101100

Color Harmonies of #91564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91564D

Black with #91564D

Text Example


Text Example

White with #91564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91564D; }

 p { color: rgb(145,86,77); }

 H1.HeaderClassName
 {
   color: #91564D;
 }
 .AnyTagClassName
 {
   color: #91564D;
 }
</style>

background-color css

<style>
 a { background-color: #91564D; }

 a { background-color: rgb(145,86,77); }

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

border-color css

<style>
 span { border-color: #91564D; }

 span { border-color: rgb(145,86,77); }

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