#523F3C

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

Shades of Crater Brown #523F3C

Tints of Crater Brown #523F3C

Color information

#523F3C (or 0x523F3C) is unknown color: approx Crater Brown. HEX triplet: 52, 3F and 3C. RGB value is (82,63,60). Sum of RGB (Red+Green+Blue) = 82+63+60=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F3C is #ADC0C3. Grayscale: #444444. Windows color (decimal): -11387076 or 3948370. OLE color: 3948370.

HSL color Cylindrical-coordinate representation of color #523F3C: hue angle of 8.18º 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 #523F3C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB826360-
CMYK00.230.270.68
HSL8.18º15.49%27.84%-
HSV(B)8.18º26.83%32.16%-
XYZ6.075.685.05-
YUV68.34123.29137.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=40%
G=30.73%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82636000.230.270.688.1815.4927.84
Hex523F3C0171B448f1c
Octal122777402733104101734
Binary10100101111111111000101111101110001001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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