Html Css Color HEX #99534E Copper Rust

📋 copy color: '#99534E'

red 153 ◦ green 83 ◦ blue 78

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

Shades of Copper Rust #99534E

Tints of Copper Rust #99534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 48.73%
G = 26.43%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#99534E (or 0x99534E) is known color: Copper Rust. HEX triplet: 99, 53 and 4E. RGB value is (153,83,78). Sum of RGB (Red+Green+Blue) = 153+83+78=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99534E is #66ACB1. Grayscale: #676767. Windows color (decimal): -6728882 or 5133209. OLE color: 5133209.

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

Color convert

RGB 153 83 78 -
CMYK 0 0.46 0.49 0.4
HSL 0.32% 0.45% -
HSV(B) 0.49% 0.6% -
XYZ 17.61 13.51 8.89 -
YUV 103.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 153 83 78 0 0.46 0.49 0.4 4 0.32 0.45
Hex 99 53 4E 0 2E 31 28 4 20 2D
Octal 231 123 116 0 56 61 50 4 40 55
Binary 10011001 1010011 1001110 0 101110 110001 101000 100 100000 101101

Color Harmonies of #99534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99534E

Black with #99534E

Text Example


Text Example

White with #99534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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