#534C46

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

Shades of Rock #534C46

Tints of Rock #534C46

Color information

#534C46 (or 0x534C46) is unknown color: approx Rock. HEX triplet: 53, 4C and 46. RGB value is (83,76,70). Sum of RGB (Red+Green+Blue) = 83+76+70=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C46 is #ACB3B9. Grayscale: #4D4D4D. Windows color (decimal): -11318202 or 4607059. OLE color: 4607059.

HSL color Cylindrical-coordinate representation of color #534C46: hue angle of 27.69º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534C46 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB837670-
CMYK00.080.160.67
HSL27.69º8.5%30%-
HSV(B)27.69º15.66%32.55%-
XYZ7.267.456.85-
YUV77.41123.82131.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 70 (27.73% from 255) = 30.57%
R=36.24%
G=33.19%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83767000.080.160.6727.698.530
Hex534C460810431c81e
Octal12311410601020103341036
Binary1010011100110010001100100010000100001111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534C46; }

 p { color: rgb(83,76,70); }

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

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

 a { background-color: rgb(83,76,70); }

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

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

 span { border-color: rgb(83,76,70); }

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