Html Css Color HEX #504943 Rock

📋 copy color: '#504943'

red 80 ◦ green 73 ◦ blue 67

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

Shades of Rock #504943

Tints of Rock #504943

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 value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#504943 (or 0x504943) is known color: 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

RGB 80 73 67 -
CMYK 0 0.09 0.16 0.69
HSL 27.69º 0.09% 0.29% -
HSV(B) 27.69º 0.16% 0.31% -
XYZ 6.7 6.88 6.28 -
YUV 74.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 80 73 67 0 0.09 0.16 0.69 27.69 0.09 0.29
Hex 50 49 43 0 9 10 45 1C 9 1D
Octal 120 111 103 0 11 20 105 34 11 35
Binary 1010000 1001001 1000011 0 1001 10000 1000101 11100 1001 11101

Color Harmonies of #504943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504943

Black with #504943

Text Example


Text Example

White with #504943

Text Example


Text Example

HTML Codes & Css Web 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>