Html Css Color HEX #99514D Copper Rust

📋 copy color: '#99514D'

red 153 ◦ green 81 ◦ blue 77

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

Shades of Copper Rust #99514D

Tints of Copper Rust #99514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 49.2%
G = 26.05%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99514D (or 0x99514D) is known color: Copper Rust. HEX triplet: 99, 51 and 4D. RGB value is (153,81,77). Sum of RGB (Red+Green+Blue) = 153+81+77=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99514D is #66AEB2. Grayscale: #666666. Windows color (decimal): -6729395 or 5067161. OLE color: 5067161.

HSL color Cylindrical-coordinate representation of color #99514D: hue angle of 3.16º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99514D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 77 -
CMYK 0 0.47 0.50 0.4
HSL 3.16º 0.33% 0.45% -
HSV(B) 3.16º 0.5% 0.6% -
XYZ 17.42 13.19 8.65 -
YUV 102.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 153 81 77 0 0.47 0.50 0.4 3.16 0.33 0.45
Hex 99 51 4D 0 2F 32 28 3 21 2D
Octal 231 121 115 0 57 62 50 3 41 55
Binary 10011001 1010001 1001101 0 101111 110010 101000 11 100001 101101

Color Harmonies of #99514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99514D

Black with #99514D

Text Example


Text Example

White with #99514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99514D; }

 p { color: rgb(153,81,77); }

 H1.HeaderClassName
 {
   color: #99514D;
 }
 .AnyTagClassName
 {
   color: #99514D;
 }
</style>

background-color css

<style>
 a { background-color: #99514D; }

 a { background-color: rgb(153,81,77); }

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

border-color css

<style>
 span { border-color: #99514D; }

 span { border-color: rgb(153,81,77); }

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