#514A44

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

Shades of Rock #514A44

Tints of Rock #514A44

Color information

#514A44 (or 0x514A44) is unknown color: approx Rock. HEX triplet: 51, 4A and 44. RGB value is (81,74,68). Sum of RGB (Red+Green+Blue) = 81+74+68=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A44 is #AEB5BB. Grayscale: #4B4B4B. Windows color (decimal): -11449788 or 4475473. OLE color: 4475473.

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

Color convert

RGB817468-
CMYK00.090.160.68
HSL27.69º8.72%29.22%-
HSV(B)27.69º16.05%31.76%-
XYZ6.897.066.47-
YUV75.41123.82131.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=36.32%
G=33.18%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81746800.090.160.6827.698.7229.22
Hex514A440910441c91d
Octal12111210401120104341135
Binary1010001100101010001000100110000100010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A44; }

 p { color: rgb(81,74,68); }

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

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

 a { background-color: rgb(81,74,68); }

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

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

 span { border-color: rgb(81,74,68); }

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