#524541

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

Shades of Crater Brown #524541

Tints of Crater Brown #524541

Color information

#524541 (or 0x524541) is unknown color: approx Crater Brown. HEX triplet: 52, 45 and 41. RGB value is (82,69,65). Sum of RGB (Red+Green+Blue) = 82+69+65=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #524541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524541 is #ADBABE. Grayscale: #484848. Windows color (decimal): -11385535 or 4277586. OLE color: 4277586.

HSL color Cylindrical-coordinate representation of color #524541: hue angle of 14.12º 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 #524541 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB826965-
CMYK00.160.210.68
HSL14.12º11.56%28.82%-
HSV(B)14.12º20.73%32.16%-
XYZ6.566.435.9-
YUV72.43123.81134.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=37.96%
G=31.94%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82696500.160.210.6814.1211.5628.82
Hex5245410101544ec1d
Octal12210510102025104161435
Binary1010010100010110000010100001010110001001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524541; }

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

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

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

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

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

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

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

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