#525241

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

Shades of Thunder #525241

Tints of Thunder #525241

Color information

#525241 (or 0x525241) is unknown color: approx Thunder. HEX triplet: 52, 52 and 41. RGB value is (82,82,65). Sum of RGB (Red+Green+Blue) = 82+82+65=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525241 is #ADADBE. Grayscale: #505050. Windows color (decimal): -11382207 or 4280914. OLE color: 4280914.

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

Color convert

RGB828265-
CMYK000.210.68
HSL60º11.56%28.82%-
HSV(B)60º20.73%32.16%-
XYZ7.458.216.19-
YUV80.06119.5129.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=35.81%
G=35.81%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828265000.210.686011.5628.82
Hex5252410015443cc1d
Octal1221221010025104741435
Binary10100101010010100000100101011000100111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525241; }

 p { color: rgb(82,82,65); }

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

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

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

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

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

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

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