Html Css Color HEX #95524B Copper Rust

📋 copy color: '#95524B'

red 149 ◦ green 82 ◦ blue 75

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

Shades of Copper Rust #95524B

Tints of Copper Rust #95524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

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

R = 48.69%
G = 26.8%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95524B (or 0x95524B) is known color: Copper Rust. HEX triplet: 95, 52 and 4B. RGB value is (149,82,75). Sum of RGB (Red+Green+Blue) = 149+82+75=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95524B is #6AADB4. Grayscale: #656565. Windows color (decimal): -6991285 or 4936341. OLE color: 4936341.

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

Color convert

RGB 149 82 75 -
CMYK 0 0.45 0.50 0.42
HSL 5.68º 0.33% 0.44% -
HSV(B) 5.68º 0.5% 0.58% -
XYZ 16.68 12.93 8.27 -
YUV 101.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 149 82 75 0 0.45 0.50 0.42 5.68 0.33 0.44
Hex 95 52 4B 0 2D 32 2A 6 21 2C
Octal 225 122 113 0 55 62 52 6 41 54
Binary 10010101 1010010 1001011 0 101101 110010 101010 110 100001 101100

Color Harmonies of #95524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95524B

Black with #95524B

Text Example


Text Example

White with #95524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,82,75); }

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

background-color css

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

 a { background-color: rgb(149,82,75); }

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

border-color css

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

 span { border-color: rgb(149,82,75); }

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