Html Css Color HEX #92554B Copper Rust

📋 copy color: '#92554B'

red 146 ◦ green 85 ◦ blue 75

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

Shades of Copper Rust #92554B

Tints of Copper Rust #92554B

RGB

 RED value IS 146 (57.42% from 255) = 47.71%

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

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

R = 47.71%
G = 27.78%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#92554B (or 0x92554B) is known color: Copper Rust. HEX triplet: 92, 55 and 4B. RGB value is (146,85,75). Sum of RGB (Red+Green+Blue) = 146+85+75=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92554B is #6DAAB4. Grayscale: #666666. Windows color (decimal): -7187125 or 4937106. OLE color: 4937106.

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

Color convert

RGB 146 85 75 -
CMYK 0 0.42 0.49 0.43
HSL 8.45º 0.32% 0.43% -
HSV(B) 8.45º 0.49% 0.57% -
XYZ 16.37 13.12 8.33 -
YUV 102.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 146 85 75 0 0.42 0.49 0.43 8.45 0.32 0.43
Hex 92 55 4B 0 2A 31 2B 8 20 2B
Octal 222 125 113 0 52 61 53 10 40 53
Binary 10010010 1010101 1001011 0 101010 110001 101011 1000 100000 101011

Color Harmonies of #92554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92554B

Black with #92554B

Text Example


Text Example

White with #92554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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