Html Css Color HEX #93534B Copper Rust

📋 copy color: '#93534B'

red 147 ◦ green 83 ◦ blue 75

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

Shades of Copper Rust #93534B

Tints of Copper Rust #93534B

RGB

 RED value IS 147 (57.81% from 255) = 48.2%

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

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

R = 48.2%
G = 27.21%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#93534B (or 0x93534B) is known color: Copper Rust. HEX triplet: 93, 53 and 4B. RGB value is (147,83,75). Sum of RGB (Red+Green+Blue) = 147+83+75=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93534B is #6CACB4. Grayscale: #656565. Windows color (decimal): -7122101 or 4936595. OLE color: 4936595.

HSL color Cylindrical-coordinate representation of color #93534B: hue angle of 6.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93534B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 83 75 -
CMYK 0 0.44 0.49 0.42
HSL 6.67º 0.32% 0.44% -
HSV(B) 6.67º 0.49% 0.58% -
XYZ 16.4 12.9 8.28 -
YUV 101.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 147 83 75 0 0.44 0.49 0.42 6.67 0.32 0.44
Hex 93 53 4B 0 2C 31 2A 7 20 2C
Octal 223 123 113 0 54 61 52 7 40 54
Binary 10010011 1010011 1001011 0 101100 110001 101010 111 100000 101100

Color Harmonies of #93534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93534B

Black with #93534B

Text Example


Text Example

White with #93534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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