#534940

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

Shades of Rock #534940

Tints of Rock #534940

Color information

#534940 (or 0x534940) is unknown color: approx Rock. HEX triplet: 53, 49 and 40. RGB value is (83,73,64). Sum of RGB (Red+Green+Blue) = 83+73+64=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534940 is #ACB6BF. Grayscale: #4B4B4B. Windows color (decimal): -11318976 or 4213075. OLE color: 4213075.

HSL color Cylindrical-coordinate representation of color #534940: hue angle of 28.42º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534940 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB837364-
CMYK00.120.230.67
HSL28.42º12.93%28.82%-
HSV(B)28.42º22.89%32.55%-
XYZ6.886.975.83-
YUV74.96121.81133.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=37.73%
G=33.18%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83736400.120.230.6728.4212.9328.82
Hex5349400C17431cd1d
Octal12311110001427103341535
Binary1010011100100110000000110010111100001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534940; }

 p { color: rgb(83,73,64); }

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

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

 a { background-color: rgb(83,73,64); }

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

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

 span { border-color: rgb(83,73,64); }

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