Html Css Color HEX #99534A Copper Rust

📋 copy color: '#99534A'

red 153 ◦ green 83 ◦ blue 74

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

Shades of Copper Rust #99534A

Tints of Copper Rust #99534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 49.35%
G = 26.77%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99534A (or 0x99534A) is known color: Copper Rust. HEX triplet: 99, 53 and 4A. RGB value is (153,83,74). Sum of RGB (Red+Green+Blue) = 153+83+74=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99534A is #66ACB5. Grayscale: #676767. Windows color (decimal): -6728886 or 4871065. OLE color: 4871065.

HSL color Cylindrical-coordinate representation of color #99534A: hue angle of 6.84º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99534A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 74 -
CMYK 0 0.46 0.52 0.4
HSL 6.84º 0.35% 0.45% -
HSV(B) 6.84º 0.52% 0.6% -
XYZ 17.47 13.45 8.15 -
YUV 102.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 153 83 74 0 0.46 0.52 0.4 6.84 0.35 0.45
Hex 99 53 4A 0 2E 34 28 7 23 2D
Octal 231 123 112 0 56 64 50 7 43 55
Binary 10011001 1010011 1001010 0 101110 110100 101000 111 100011 101101

Color Harmonies of #99534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99534A

Black with #99534A

Text Example


Text Example

White with #99534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99534A; }

 p { color: rgb(153,83,74); }

 H1.HeaderClassName
 {
   color: #99534A;
 }
 .AnyTagClassName
 {
   color: #99534A;
 }
</style>

background-color css

<style>
 a { background-color: #99534A; }

 a { background-color: rgb(153,83,74); }

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

border-color css

<style>
 span { border-color: #99534A; }

 span { border-color: rgb(153,83,74); }

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