Html Css Color HEX #99584D Copper Rust

📋 copy color: '#99584D'

red 153 ◦ green 88 ◦ blue 77

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

Shades of Copper Rust #99584D

Tints of Copper Rust #99584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 48.11%
G = 27.67%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99584D (or 0x99584D) is known color: Copper Rust. HEX triplet: 99, 58 and 4D. RGB value is (153,88,77). Sum of RGB (Red+Green+Blue) = 153+88+77=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99584D is #66A7B2. Grayscale: #6A6A6A. Windows color (decimal): -6727603 or 5068953. OLE color: 5068953.

HSL color Cylindrical-coordinate representation of color #99584D: hue angle of 8.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99584D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 77 -
CMYK 0 0.42 0.50 0.4
HSL 8.68º 0.33% 0.45% -
HSV(B) 8.68º 0.5% 0.6% -
XYZ 17.97 14.29 8.83 -
YUV 106.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 153 88 77 0 0.42 0.50 0.4 8.68 0.33 0.45
Hex 99 58 4D 0 2A 32 28 9 21 2D
Octal 231 130 115 0 52 62 50 11 41 55
Binary 10011001 1011000 1001101 0 101010 110010 101000 1001 100001 101101

Color Harmonies of #99584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99584D

Black with #99584D

Text Example


Text Example

White with #99584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,88,77); }

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

background-color css

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

 a { background-color: rgb(153,88,77); }

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

border-color css

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

 span { border-color: rgb(153,88,77); }

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