#524341

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

Shades of Crater Brown #524341

Tints of Crater Brown #524341

Color information

#524341 (or 0x524341) is unknown color: approx Crater Brown. HEX triplet: 52, 43 and 41. RGB value is (82,67,65). Sum of RGB (Red+Green+Blue) = 82+67+65=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #524341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524341 is #ADBCBE. Grayscale: #474747. Windows color (decimal): -11386047 or 4277074. OLE color: 4277074.

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

Color convert

RGB826765-
CMYK00.180.210.68
HSL7.06º11.56%28.82%-
HSV(B)7.06º20.73%32.16%-
XYZ6.446.195.86-
YUV71.26124.47135.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=38.32%
G=31.31%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82676500.180.210.687.0611.5628.82
Hex52434101215447c1d
Octal1221031010222510471435
Binary101001010000111000001010010101011000100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524341; }

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

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

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

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

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

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

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

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