Html Css Color HEX #514942 Rock

📋 copy color: '#514942'

red 81 ◦ green 73 ◦ blue 66

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

Shades of Rock #514942

Tints of Rock #514942

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

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 81 73 66 -
CMYK 0 0.10 0.19 0.68
HSL 28º 0.1% 0.29% -
HSV(B) 28º 0.19% 0.32% -
XYZ 6.76 6.91 6.13 -
YUV 74.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 81 73 66 0 0.10 0.19 0.68 28 0.1 0.29
Hex 51 49 42 0 A 13 44 1C A 1D
Octal 121 111 102 0 12 23 104 34 12 35
Binary 1010001 1001001 1000010 0 1010 10011 1000100 11100 1010 11101

Color Harmonies of #514942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514942

Black with #514942

Text Example


Text Example

White with #514942

Text Example


Text Example

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