Html Css Color HEX #9D4E4B Copper Rust

📋 copy color: '#9D4E4B'

red 157 ◦ green 78 ◦ blue 75

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

Shades of Copper Rust #9D4E4B

Tints of Copper Rust #9D4E4B

RGB

 RED value IS 157 (61.72% from 255) = 50.65%

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 50.65%
G = 25.16%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9D4E4B (or 0x9D4E4B) is known color: Copper Rust. HEX triplet: 9D, 4E and 4B. RGB value is (157,78,75). Sum of RGB (Red+Green+Blue) = 157+78+75=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4E4B is #62B1B4. Grayscale: #656565. Windows color (decimal): -6468021 or 4935325. OLE color: 4935325.

HSL color Cylindrical-coordinate representation of color #9D4E4B: hue angle of 2.2º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4E4B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 78 75 -
CMYK 0 0.50 0.52 0.38
HSL 2.2º 0.35% 0.45% -
HSV(B) 2.2º 0.52% 0.62% -
XYZ 17.9 13.12 8.25 -
YUV 101.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 157 78 75 0 0.50 0.52 0.38 2.2 0.35 0.45
Hex 9D 4E 4B 0 32 34 26 2 23 2D
Octal 235 116 113 0 62 64 46 2 43 55
Binary 10011101 1001110 1001011 0 110010 110100 100110 10 100011 101101

Color Harmonies of #9D4E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4E4B

Black with #9D4E4B

Text Example


Text Example

White with #9D4E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D4E4B; }

 p { color: rgb(157,78,75); }

 H1.HeaderClassName
 {
   color: #9D4E4B;
 }
 .AnyTagClassName
 {
   color: #9D4E4B;
 }
</style>

background-color css

<style>
 a { background-color: #9D4E4B; }

 a { background-color: rgb(157,78,75); }

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

border-color css

<style>
 span { border-color: #9D4E4B; }

 span { border-color: rgb(157,78,75); }

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