#95544B

Color #95544B Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #95544B

Tints of Copper Rust #95544B

Color information

#95544B (or 0x95544B) is unknown color: approx Copper Rust. HEX triplet: 95, 54 and 4B. RGB value is (149,84,75). Sum of RGB (Red+Green+Blue) = 149+84+75=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95544B is #6AABB4. Grayscale: #666666. Windows color (decimal): -6990773 or 4936853. OLE color: 4936853.

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

Color convert

RGB1498475-
CMYK00.440.500.42
HSL7.3º33.04%43.92%-
HSV(B)7.3º49.66%58.43%-
XYZ16.8313.248.32-
YUV102.41112.53161.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=48.38%
G=27.27%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149847500.440.500.427.333.0443.92
Hex95544B02C322A7212c
Octal225124113054625274154
Binary10010101101010010010110101100110010101010111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95544B;
 }
 .AnyTagClassName
 {
   color: #95544B;
 }
</style>
background-color css

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

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

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

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

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

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