#514942

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

Shades of Rock #514942

Tints of Rock #514942

Color information

#514942 (or 0x514942) is unknown color: approx Rock. HEX triplet: 51, 49 and 42. RGB value is (81,73,66). Sum of RGB (Red+Green+Blue) = 81+73+66=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514942 is #AEB6BD. Grayscale: #4A4A4A. Windows color (decimal): -11450046 or 4344145. OLE color: 4344145.

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

Color convert

RGB817366-
CMYK00.100.190.68
HSL28º10.2%28.82%-
HSV(B)28º18.52%31.76%-
XYZ6.766.916.13-
YUV74.59123.15132.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 66 (26.17% from 255) = 30%
R=36.82%
G=33.18%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81736600.100.190.682810.228.82
Hex5149420A13441ca1d
Octal12111110201223104341235
Binary1010001100100110000100101010011100010011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514942; }

 p { color: rgb(81,73,66); }

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

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

 a { background-color: rgb(81,73,66); }

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

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

 span { border-color: rgb(81,73,66); }

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