Html Css Color HEX #924C4C Copper Rust

📋 copy color: '#924C4C'

red 146 ◦ green 76 ◦ blue 76

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

Shades of Copper Rust #924C4C

Tints of Copper Rust #924C4C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 48.99%
G = 25.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#924C4C (or 0x924C4C) is known color: Copper Rust. HEX triplet: 92, 4C and 4C. RGB value is (146,76,76). Sum of RGB (Red+Green+Blue) = 146+76+76=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #924C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C4C is #6DB3B3. Grayscale: #606060. Windows color (decimal): -7189428 or 5000338. OLE color: 5000338.

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

Color convert

RGB 146 76 76 -
CMYK 0 0.48 0.48 0.43
HSL 0.32% 0.44% -
HSV(B) 0.48% 0.57% -
XYZ 15.74 11.8 8.29 -
YUV 96.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 146 76 76 0 0.48 0.48 0.43 0 0.32 0.44
Hex 92 4C 4C 0 30 30 2B 0 20 2C
Octal 222 114 114 0 60 60 53 0 40 54
Binary 10010010 1001100 1001100 0 110000 110000 101011 0 100000 101100

Color Harmonies of #924C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924C4C

Black with #924C4C

Text Example


Text Example

White with #924C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,76,76); }

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

background-color css

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

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

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

border-color css

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

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

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