#524B45

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

Shades of Rock #524B45

Tints of Rock #524B45

Color information

#524B45 (or 0x524B45) is unknown color: approx Rock. HEX triplet: 52, 4B and 45. RGB value is (82,75,69). Sum of RGB (Red+Green+Blue) = 82+75+69=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 82 - color contains mainly: red. Hex color #524B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B45 is #ADB4BA. Grayscale: #4C4C4C. Windows color (decimal): -11383995 or 4541266. OLE color: 4541266.

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

Color convert

RGB827569-
CMYK00.090.160.68
HSL27.69º8.61%29.61%-
HSV(B)27.69º15.85%32.16%-
XYZ7.077.266.66-
YUV76.41123.82131.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=36.28%
G=33.19%
B=30.53%

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
Decimal82756900.090.160.6827.698.6129.61
Hex524B450910441c91e
Octal12211310501120104341136
Binary1010010100101110001010100110000100010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B45; }

 p { color: rgb(82,75,69); }

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

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

 a { background-color: rgb(82,75,69); }

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

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

 span { border-color: rgb(82,75,69); }

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