Html Css Color HEX #95514E Copper Rust

📋 copy color: '#95514E'

red 149 ◦ green 81 ◦ blue 78

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

Shades of Copper Rust #95514E

Tints of Copper Rust #95514E

RGB

 RED value IS 149 (58.59% from 255) = 48.38%

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

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

R = 48.38%
G = 26.3%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95514E (or 0x95514E) is known color: Copper Rust. HEX triplet: 95, 51 and 4E. RGB value is (149,81,78). Sum of RGB (Red+Green+Blue) = 149+81+78=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95514E is #6AAEB1. Grayscale: #656565. Windows color (decimal): -6991538 or 5132693. OLE color: 5132693.

HSL color Cylindrical-coordinate representation of color #95514E: hue angle of 2.54º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95514E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 78 -
CMYK 0 0.46 0.48 0.42
HSL 2.54º 0.31% 0.45% -
HSV(B) 2.54º 0.48% 0.58% -
XYZ 16.71 12.82 8.8 -
YUV 100.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 149 81 78 0 0.46 0.48 0.42 2.54 0.31 0.45
Hex 95 51 4E 0 2E 30 2A 3 1F 2D
Octal 225 121 116 0 56 60 52 3 37 55
Binary 10010101 1010001 1001110 0 101110 110000 101010 11 11111 101101

Color Harmonies of #95514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95514E

Black with #95514E

Text Example


Text Example

White with #95514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,81,78); }

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

background-color css

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

 a { background-color: rgb(149,81,78); }

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

border-color css

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

 span { border-color: rgb(149,81,78); }

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