Html Css Color HEX #97534B Copper Rust

📋 copy color: '#97534B'

red 151 ◦ green 83 ◦ blue 75

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

Shades of Copper Rust #97534B

Tints of Copper Rust #97534B

RGB

 RED value IS 151 (59.38% from 255) = 48.87%

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

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

R = 48.87%
G = 26.86%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#97534B (or 0x97534B) is known color: Copper Rust. HEX triplet: 97, 53 and 4B. RGB value is (151,83,75). Sum of RGB (Red+Green+Blue) = 151+83+75=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #97534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97534B is #68ACB4. Grayscale: #666666. Windows color (decimal): -6859957 or 4936599. OLE color: 4936599.

HSL color Cylindrical-coordinate representation of color #97534B: hue angle of 6.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97534B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 83 75 -
CMYK 0 0.45 0.50 0.41
HSL 6.32º 0.34% 0.44% -
HSV(B) 6.32º 0.5% 0.59% -
XYZ 17.13 13.27 8.32 -
YUV 102.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 151 83 75 0 0.45 0.50 0.41 6.32 0.34 0.44
Hex 97 53 4B 0 2D 32 29 6 22 2C
Octal 227 123 113 0 55 62 51 6 42 54
Binary 10010111 1010011 1001011 0 101101 110010 101001 110 100010 101100

Color Harmonies of #97534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97534B

Black with #97534B

Text Example


Text Example

White with #97534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97534B; }

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

 H1.HeaderClassName
 {
   color: #97534B;
 }
 .AnyTagClassName
 {
   color: #97534B;
 }
</style>

background-color css

<style>
 a { background-color: #97534B; }

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

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

border-color css

<style>
 span { border-color: #97534B; }

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

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