Html Css Color HEX #525241 Thunder

📋 copy color: '#525241'

red 82 ◦ green 82 ◦ blue 65

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

Shades of Thunder #525241

Tints of Thunder #525241

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

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 82 82 65 -
CMYK 0 0 0.21 0.68
HSL 60º 0.12% 0.29% -
HSV(B) 60º 0.21% 0.32% -
XYZ 7.45 8.21 6.19 -
YUV 80.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 82 82 65 0 0 0.21 0.68 60 0.12 0.29
Hex 52 52 41 0 0 15 44 3C C 1D
Octal 122 122 101 0 0 25 104 74 14 35
Binary 1010010 1010010 1000001 0 0 10101 1000100 111100 1100 11101

Color Harmonies of #525241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525241

Black with #525241

Text Example


Text Example

White with #525241

Text Example


Text Example

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