Html Css Color HEX #99514A Copper Rust

📋 copy color: '#99514A'

red 153 ◦ green 81 ◦ blue 74

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

Shades of Copper Rust #99514A

Tints of Copper Rust #99514A

RGB

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

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

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

R = 49.68%
G = 26.3%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99514A (or 0x99514A) is known color: Copper Rust. HEX triplet: 99, 51 and 4A. RGB value is (153,81,74). Sum of RGB (Red+Green+Blue) = 153+81+74=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #99514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99514A is #66AEB5. Grayscale: #656565. Windows color (decimal): -6729398 or 4870553. OLE color: 4870553.

HSL color Cylindrical-coordinate representation of color #99514A: hue angle of 5.32º 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 #99514A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 74 -
CMYK 0 0.47 0.52 0.4
HSL 5.32º 0.35% 0.45% -
HSV(B) 5.32º 0.52% 0.6% -
XYZ 17.32 13.15 8.1 -
YUV 101.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 153 81 74 0 0.47 0.52 0.4 5.32 0.35 0.45
Hex 99 51 4A 0 2F 34 28 5 23 2D
Octal 231 121 112 0 57 64 50 5 43 55
Binary 10011001 1010001 1001010 0 101111 110100 101000 101 100011 101101

Color Harmonies of #99514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99514A

Black with #99514A

Text Example


Text Example

White with #99514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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