#504943

Color #504943 Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #504943

Tints of Rock #504943

Color information

#504943 (or 0x504943) is unknown color: approx Rock. HEX triplet: 50, 49 and 43. RGB value is (80,73,67). Sum of RGB (Red+Green+Blue) = 80+73+67=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504943 is #AFB6BC. Grayscale: #4A4A4A. Windows color (decimal): -11515581 or 4409680. OLE color: 4409680.

HSL color Cylindrical-coordinate representation of color #504943: hue angle of 27.69º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504943 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB807367-
CMYK00.090.160.69
HSL27.69º8.84%28.82%-
HSV(B)27.69º16.25%31.37%-
XYZ6.76.886.28-
YUV74.41123.82131.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=36.36%
G=33.18%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80736700.090.160.6927.698.8428.82
Hex5049430910451c91d
Octal12011110301120105341135
Binary1010000100100110000110100110000100010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504943; }

 p { color: rgb(80,73,67); }

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

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

 a { background-color: rgb(80,73,67); }

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

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

 span { border-color: rgb(80,73,67); }

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