Html Css Color HEX #95554B Copper Rust

📋 copy color: '#95554B'

red 149 ◦ green 85 ◦ blue 75

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

Shades of Copper Rust #95554B

Tints of Copper Rust #95554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

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

R = 48.22%
G = 27.51%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95554B (or 0x95554B) is known color: Copper Rust. HEX triplet: 95, 55 and 4B. RGB value is (149,85,75). Sum of RGB (Red+Green+Blue) = 149+85+75=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95554B is #6AAAB4. Grayscale: #676767. Windows color (decimal): -6990517 or 4937109. OLE color: 4937109.

HSL color Cylindrical-coordinate representation of color #95554B: hue angle of 8.11º 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 #95554B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 75 -
CMYK 0 0.43 0.50 0.42
HSL 8.11º 0.33% 0.44% -
HSV(B) 8.11º 0.5% 0.58% -
XYZ 16.91 13.39 8.35 -
YUV 103 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 149 85 75 0 0.43 0.50 0.42 8.11 0.33 0.44
Hex 95 55 4B 0 2B 32 2A 8 21 2C
Octal 225 125 113 0 53 62 52 10 41 54
Binary 10010101 1010101 1001011 0 101011 110010 101010 1000 100001 101100

Color Harmonies of #95554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95554B

Black with #95554B

Text Example


Text Example

White with #95554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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