Html Css Color HEX #99554F Copper Rust

📋 copy color: '#99554F'

red 153 ◦ green 85 ◦ blue 79

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

Shades of Copper Rust #99554F

Tints of Copper Rust #99554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 48.26%
G = 26.81%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99554F (or 0x99554F) is known color: Copper Rust. HEX triplet: 99, 55 and 4F. RGB value is (153,85,79). Sum of RGB (Red+Green+Blue) = 153+85+79=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99554F is #66AAB0. Grayscale: #686868. Windows color (decimal): -6728369 or 5199257. OLE color: 5199257.

HSL color Cylindrical-coordinate representation of color #99554F: hue angle of 4.86º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99554F is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 79 -
CMYK 0 0.44 0.48 0.4
HSL 4.86º 0.32% 0.45% -
HSV(B) 4.86º 0.48% 0.6% -
XYZ 17.8 13.83 9.13 -
YUV 104.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 153 85 79 0 0.44 0.48 0.4 4.86 0.32 0.45
Hex 99 55 4F 0 2C 30 28 5 20 2D
Octal 231 125 117 0 54 60 50 5 40 55
Binary 10011001 1010101 1001111 0 101100 110000 101000 101 100000 101101

Color Harmonies of #99554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99554F

Black with #99554F

Text Example


Text Example

White with #99554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99554F; }

 p { color: rgb(153,85,79); }

 H1.HeaderClassName
 {
   color: #99554F;
 }
 .AnyTagClassName
 {
   color: #99554F;
 }
</style>

background-color css

<style>
 a { background-color: #99554F; }

 a { background-color: rgb(153,85,79); }

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

border-color css

<style>
 span { border-color: #99554F; }

 span { border-color: rgb(153,85,79); }

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