Html Css Color HEX #99554B Copper Rust

📋 copy color: '#99554B'

red 153 ◦ green 85 ◦ blue 75

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

Shades of Copper Rust #99554B

Tints of Copper Rust #99554B

RGB

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

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

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

R = 48.88%
G = 27.16%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99554B (or 0x99554B) is known color: Copper Rust. HEX triplet: 99, 55 and 4B. RGB value is (153,85,75). Sum of RGB (Red+Green+Blue) = 153+85+75=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99554B is #66AAB4. Grayscale: #686868. Windows color (decimal): -6728373 or 4937113. OLE color: 4937113.

HSL color Cylindrical-coordinate representation of color #99554B: hue angle of 7.69º 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 #99554B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 75 -
CMYK 0 0.44 0.51 0.4
HSL 7.69º 0.34% 0.45% -
HSV(B) 7.69º 0.51% 0.6% -
XYZ 17.66 13.78 8.39 -
YUV 104.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 153 85 75 0 0.44 0.51 0.4 7.69 0.34 0.45
Hex 99 55 4B 0 2C 33 28 8 22 2D
Octal 231 125 113 0 54 63 50 10 42 55
Binary 10011001 1010101 1001011 0 101100 110011 101000 1000 100010 101101

Color Harmonies of #99554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99554B

Black with #99554B

Text Example


Text Example

White with #99554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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