Html Css Color HEX #924E4D Copper Rust

📋 copy color: '#924E4D'

red 146 ◦ green 78 ◦ blue 77

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

Shades of Copper Rust #924E4D

Tints of Copper Rust #924E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 48.5%
G = 25.91%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#924E4D (or 0x924E4D) is known color: Copper Rust. HEX triplet: 92, 4E and 4D. RGB value is (146,78,77). Sum of RGB (Red+Green+Blue) = 146+78+77=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #924E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E4D is #6DB1B2. Grayscale: #626262. Windows color (decimal): -7188915 or 5066386. OLE color: 5066386.

HSL color Cylindrical-coordinate representation of color #924E4D: hue angle of 0.87º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924E4D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 78 77 -
CMYK 0 0.47 0.47 0.43
HSL 0.87º 0.31% 0.44% -
HSV(B) 0.87º 0.47% 0.57% -
XYZ 15.92 12.1 8.52 -
YUV 98.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 146 78 77 0 0.47 0.47 0.43 0.87 0.31 0.44
Hex 92 4E 4D 0 2F 2F 2B 1 1F 2C
Octal 222 116 115 0 57 57 53 1 37 54
Binary 10010010 1001110 1001101 0 101111 101111 101011 1 11111 101100

Color Harmonies of #924E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924E4D

Black with #924E4D

Text Example


Text Example

White with #924E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924E4D; }

 p { color: rgb(146,78,77); }

 H1.HeaderClassName
 {
   color: #924E4D;
 }
 .AnyTagClassName
 {
   color: #924E4D;
 }
</style>

background-color css

<style>
 a { background-color: #924E4D; }

 a { background-color: rgb(146,78,77); }

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

border-color css

<style>
 span { border-color: #924E4D; }

 span { border-color: rgb(146,78,77); }

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