#523E3C

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

Shades of Crater Brown #523E3C

Tints of Crater Brown #523E3C

Color information

#523E3C (or 0x523E3C) is unknown color: approx Crater Brown. HEX triplet: 52, 3E and 3C. RGB value is (82,62,60). Sum of RGB (Red+Green+Blue) = 82+62+60=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E3C is #ADC1C3. Grayscale: #434343. Windows color (decimal): -11387332 or 3948114. OLE color: 3948114.

HSL color Cylindrical-coordinate representation of color #523E3C: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #523E3C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB826260-
CMYK00.240.270.68
HSL5.45º15.49%27.84%-
HSV(B)5.45º26.83%32.16%-
XYZ6.025.575.03-
YUV67.75123.63138.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=40.20%
G=30.39%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82626000.240.270.685.4515.4927.84
Hex523E3C0181B445f1c
Octal12276740303310451734
Binary1010010111110111100011000110111000100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523E3C; }

 p { color: rgb(82,62,60); }

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

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

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

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

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

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

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