#523D3D

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

Shades of Crater Brown #523D3D

Tints of Crater Brown #523D3D

Color information

#523D3D (or 0x523D3D) is unknown color: approx Crater Brown. HEX triplet: 52, 3D and 3D. RGB value is (82,61,61). Sum of RGB (Red+Green+Blue) = 82+61+61=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D3D is #ADC2C2. Grayscale: #434343. Windows color (decimal): -11387587 or 4013394. OLE color: 4013394.

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

Color convert

RGB826161-
CMYK00.260.260.68
HSL14.69%28.04%-
HSV(B)25.61%32.16%-
XYZ5.995.475.15-
YUV67.28124.46138.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=40.20%
G=29.90%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82616100.260.260.68014.6928.04
Hex523D3D01A1A440f1c
Octal12275750323210401734
Binary10100101111011111010110101101010001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,61); }

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

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

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

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

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

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

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