Html Css Color HEX #99574B Copper Rust

📋 copy color: '#99574B'

red 153 ◦ green 87 ◦ blue 75

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

Shades of Copper Rust #99574B

Tints of Copper Rust #99574B

RGB

 RED value IS 153 (60.16% from 255) = 48.57%

 GREEN value IS 87 (34.38% from 255) = 27.62%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 48.57%
G = 27.62%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99574B (or 0x99574B) is known color: Copper Rust. HEX triplet: 99, 57 and 4B. RGB value is (153,87,75). Sum of RGB (Red+Green+Blue) = 153+87+75=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99574B is #66A8B4. Grayscale: #696969. Windows color (decimal): -6727861 or 4937625. OLE color: 4937625.

HSL color Cylindrical-coordinate representation of color #99574B: hue angle of 9.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99574B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 87 75 -
CMYK 0 0.43 0.51 0.4
HSL 9.23º 0.34% 0.45% -
HSV(B) 9.23º 0.51% 0.6% -
XYZ 17.82 14.1 8.44 -
YUV 105.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 153 87 75 0 0.43 0.51 0.4 9.23 0.34 0.45
Hex 99 57 4B 0 2B 33 28 9 22 2D
Octal 231 127 113 0 53 63 50 11 42 55
Binary 10011001 1010111 1001011 0 101011 110011 101000 1001 100010 101101

Color Harmonies of #99574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99574B

Black with #99574B

Text Example


Text Example

White with #99574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99574B; }

 p { color: rgb(153,87,75); }

 H1.HeaderClassName
 {
   color: #99574B;
 }
 .AnyTagClassName
 {
   color: #99574B;
 }
</style>

background-color css

<style>
 a { background-color: #99574B; }

 a { background-color: rgb(153,87,75); }

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

border-color css

<style>
 span { border-color: #99574B; }

 span { border-color: rgb(153,87,75); }

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