Html Css Color HEX #99544B Copper Rust

📋 copy color: '#99544B'

red 153 ◦ green 84 ◦ blue 75

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

Shades of Copper Rust #99544B

Tints of Copper Rust #99544B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 49.04%
G = 26.92%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99544B (or 0x99544B) is known color: Copper Rust. HEX triplet: 99, 54 and 4B. RGB value is (153,84,75). Sum of RGB (Red+Green+Blue) = 153+84+75=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99544B is #66ABB4. Grayscale: #676767. Windows color (decimal): -6728629 or 4936857. OLE color: 4936857.

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

Color convert

RGB 153 84 75 -
CMYK 0 0.45 0.51 0.4
HSL 6.92º 0.34% 0.45% -
HSV(B) 6.92º 0.51% 0.6% -
XYZ 17.58 13.62 8.36 -
YUV 103.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 153 84 75 0 0.45 0.51 0.4 6.92 0.34 0.45
Hex 99 54 4B 0 2D 33 28 7 22 2D
Octal 231 124 113 0 55 63 50 7 42 55
Binary 10011001 1010100 1001011 0 101101 110011 101000 111 100010 101101

Color Harmonies of #99544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99544B

Black with #99544B

Text Example


Text Example

White with #99544B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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