Html Css Color HEX #9D534B Copper Rust

📋 copy color: '#9D534B'

red 157 ◦ green 83 ◦ blue 75

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

Shades of Copper Rust #9D534B

Tints of Copper Rust #9D534B

RGB

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

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

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

R = 49.84%
G = 26.35%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9D534B (or 0x9D534B) is known color: Copper Rust. HEX triplet: 9D, 53 and 4B. RGB value is (157,83,75). Sum of RGB (Red+Green+Blue) = 157+83+75=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D534B is #62ACB4. Grayscale: #686868. Windows color (decimal): -6466741 or 4936605. OLE color: 4936605.

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

Color convert

RGB 157 83 75 -
CMYK 0 0.47 0.52 0.38
HSL 5.85º 0.35% 0.45% -
HSV(B) 5.85º 0.52% 0.62% -
XYZ 18.27 13.86 8.37 -
YUV 104.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 157 83 75 0 0.47 0.52 0.38 5.85 0.35 0.45
Hex 9D 53 4B 0 2F 34 26 6 23 2D
Octal 235 123 113 0 57 64 46 6 43 55
Binary 10011101 1010011 1001011 0 101111 110100 100110 110 100011 101101

Color Harmonies of #9D534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D534B

Black with #9D534B

Text Example


Text Example

White with #9D534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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